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.
- Host: GitHub
- URL: https://github.com/dvberkel/unconditional-sorting
- Owner: dvberkel
- Created: 2012-05-16T10:27:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-16T18:30:35.000Z (about 13 years ago)
- Last Synced: 2025-02-07T23:29:54.570Z (4 months ago)
- Language: Java
- Homepage: https://github.com/dvberkel/unconditional-sorting/issues/1
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.