GrailSort
GrailSort copied to clipboard
Rewritten Grailsort / New project dedicated to refactoring and optimizing Grailsort
My team and I have been able to create (and are continuing work on) completely rewritten versions of Grailsort for research, educational, and benchmarking purposes. Hopefully anyone who's confused by Andrey's original code can have a better shot at digesting the genius ideas behind this algorithm. https://github.com/MusicTheorist/Rewritten-Grailsort
Making code longer isn't making code more readable. The only comprehension problem was the lack of spaces around operators.
@Nakilon I really don't agree, but hey, each to their own! I'm impressed you were able to comprehend the original version; it took me a few years to fully grasp everything. :) I still recommend checking out our codebase as there are subtle improvements to branching and certain esoteric lines are fleshed out/explained.