show/hide this revision's text 3 edited body

If you want to see algorithms look up the books by Donald E. Knuth.

PS. If you think you have invented something better, then you should be able to show that the complexity is similar or better to the complexity of the known algorithms. Which for variations based on bucket and radix is O(n) on the other hand quick-sort is only O(n.log(n)). A method that is 20% faster is still O(n.log(n)) until you can show the algorithm :-)

show/hide this revision's text 2 added 6 characters in body

If you want to see algorithms look up the books by Donald E. Knuth.

PS. If you think you have invented something better, then you better should be able to show that the complexity is similar or better to the complexity of the known algorithms. Which for variations based on bucket and radix is O(n)

show/hide this revision's text 1

If you want to see algorithms look up the books by Donald E. Knuth.

PS. If you think you have invented something then you better be able to show that the complexity is similar or better to the complexity of the known algorithms. Which for variations based on bucket and radix is O(n)