Every six months I reopen my project to clean up the sorter code and go "oh pshhhh this is easy, why did I never finish it" and then over the next two days realize why I still haven't finished it
Making it work isn't all that hard, is the thing. But basically all the good sorting algorithms are structured in a weird repetitive way which is not fun to do. And I only remember this 65% through implementation every time
Making it work isn't all that hard, is the thing. But basically all the good sorting algorithms are structured in a weird repetitive way which is not fun to do. And I only remember this 65% through implementation every time