Hacker News new | ask | show | jobs
by rauhl 1536 days ago
> accidentally coding Bubble Sort with no prior knowledge of algorithms

Heh, I did that when I was a kid. I was so proud of myself, right up until I learned how bad it was.

If only there were some way for the tech world at large to learn that sort of lesson.

1 comments

It's a solid, easy to implement and understand, strategy for some kinds of problems.

https://github.com/codr7/snabl/blob/main/src/snabl/fuses/all...