0 0 votes Which of the following sorting algorithm represented by above code? Algorithms made-easy-test-series algorithms sorting + – Abhishek Kumar 38 972 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply shreyansh jain commented Dec 19, 2018 reply Follow flag @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 replyShare kavya kamish upadhya commented Dec 19, 2018 reply Follow flag None. code required some correction. inner loop should chop the sorted array element. than it is selection sort 0 0 replyShare Please log in or register to add a comment.