An open API service indexing awesome lists of open source software.

https://github.com/dvberkel/unconditional-sorting

Taking up a challence to write a sorting algorithm WITHOUT any conditionals.
https://github.com/dvberkel/unconditional-sorting

Last synced: 2 months ago
JSON representation

Taking up a challence to write a sorting algorithm WITHOUT any conditionals.

Awesome Lists containing this project

README

        

Unconditional Sorting
=====================

Taking up a challence to write a sorting algorithm WITHOUT any conditionals.

Challenge
---------

Jason Gorman posed [a challenge](https://twitter.com/?category=people#!/jasongorman/status/202360017750458369) on twitter:

> here's an idea for a CS-related dojo - can you implement, say, a search algorithm WITHOUT using any conditionals?

I took him up on the challenge and this is my response.

Feedback
--------

I love to hear your feedback. Check the [points of critique](https://github.com/dvberkel/unconditional-sorting/issues/1)
and add your insights.