in Algorithms recategorized by
609 views
0 votes
0 votes

 

Which of the following sorting algorithm represented by above code?

in Algorithms recategorized by
609 views

2 Comments

@Abhishek Kumar 38

None, code doesn't perform sorting. It may look like selection sort at first but the inner loop starting from index 0 is ruining the game.

1
1
None. code required some correction. inner loop should chop the sorted array element. than it is selection sort
0
0

Please log in or register to answer this question.

Related questions