MonkeySort (2012)
leonid-shevtsov.github.io
MonkeySort (2012)
1–10 of 21 posts
Re: MonkeySort (2012)
#2But regardless, this is useful for teaching sorting to help understand the comparison function's role that is passed into a sort routine.
Re: MonkeySort (2012)
#3Re: MonkeySort (2012)
#4Re: MonkeySort (2012)
#5I find it funny how we approach this same problem every ~5 years. (https://stackoverflow.com/questions/164831/how-to-rank-a-mil...)
I recently implemented a similar tool to help my team decide which brand and art references to use => http://refsort.com/
One big difference is that I focused on subjective topics, where there is no absolute 'correct' or 'better' option. In that case I think transitivity could actually decrease the quality of the result, so more 'brute force' is required.
I could probably implement this algorithm in a branch and see what happens :)
Re: MonkeySort (2012)
#6[0]: https://jsfiddle.net/dsamarin/hgdjwtck/ [1]: https://stackoverflow.com/questions/8535540/exactly-how-many...
Re: MonkeySort (2012)
#7I've tried it in Chrome, Firefox, and Edge and has script errors in Chrome and Firefox, and just doesn't work in Edge.