sorting_algorithms icon indicating copy to clipboard operation
sorting_algorithms copied to clipboard

Sort descriptions on 'code' page

Open quarks opened this issue 10 years ago • 0 comments

I came across this repository when developing a Java application for visualising sorting algorithms and noticed a couple of discrepancies in the descriptions. Selection sort Best case is O(n2 not O(n). Its performance is hardly reasonable, in fact it is the worst performer of its type. Bubble sort More useful than selection sort surely. Insertion sort I would say its operation is closer to the selection sort than the bubble sort.

quarks avatar Aug 24 '14 15:08 quarks