Hacker News new | ask | show | jobs
by readerrr 4117 days ago
So is bogosort: https://algorithmia.com/algorithms/ikkebr/BogoSort

I think it is cheaper and faster to run any sort on a local machine than to send the data there and back.

1 comments

Agreed, but sorting is kind of the "hello world" of algorithms.
It literally seems to have a hello world algo

https://algorithmia.com/algorithms/demo/Hello