Hacker News new | ask | show | jobs
by PeterisP 3382 days ago
There's stacksort, a sorting algorithm that searches StackOverflow for sorting functions and runs them until it returns the correct answer.

An implementation is here https://gkoberger.github.io/stacksort/

1 comments

Also https://github.com/drathier/stack-overflow-import which turns upvoted answers into modules.