Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CodeGuy's Sorting Collection
#4
omg just a bit overwhelming Smile

searching for mem tricks,... non?!

scanning code, i stumbled right onto one flaw about quicksort, CG has like 8 versions of it, one says in effect you don't need quick sort for an already sorted array or that is quick sorts main weakness thus my Load Sort is perfect complement to quick sort, for my own tool box anyway, i am a collector of only of the best of what i find and can work with easily. just need that mem trick to shift the array over.... working on it Smile

imagine using quick sort every time you add an item to an array from the start at nothing, total that time up and see what a proper load sort can do for you, not saying i have it, yet!, but saying why i think it important ;-))
b = b + ...
Reply


Messages In This Thread
CodeGuy's Sorting Collection - by SMcNeill - 04-29-2024, 08:17 PM
RE: CodeGuy's Sorting Collection - by Pete - 04-30-2024, 06:50 AM
RE: CodeGuy's Sorting Collection - by bplus - 04-30-2024, 03:33 PM
RE: CodeGuy's Sorting Collection - by SMcNeill - 04-30-2024, 04:40 PM
RE: CodeGuy's Sorting Collection - by a740g - 04-30-2024, 04:06 PM



Users browsing this thread: 1 Guest(s)