Simple Test of Data Structure
Questions :
1a). Make ascending sorting of numbers bellow :
24 12 15 35 21 44 77 10
Using Buble sort or Selection sort (students must create the steping (passing) of how value can be changed each other).
1b). Create Algorithm of the methods that you selected (Selection or Buble sorts).
2). Make a program for ammount of 2 matriks [3] + [3], the programs must be writen in C++ programming (Using function and by Value parameter).
1a). Make ascending sorting of numbers bellow :
24 12 15 35 21 44 77 10
Using Buble sort or Selection sort (students must create the steping (passing) of how value can be changed each other).
1b). Create Algorithm of the methods that you selected (Selection or Buble sorts).
2). Make a program for ammount of 2 matriks [3] + [3], the programs must be writen in C++ programming (Using function and by Value parameter).