Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ddellacosta/clojure-sorting-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Sorting Practice

Work in progress. Reviewing sorting algorithms by implementing them in Clojure. Basic algorithms mostly taken from Introduction to Algorithms.

Very rough, not intended for production, use at your own risk, etc. etc.

Comments welcome, in particular stuff like "it would be more efficient to use this kind of Clojure data structure here vs. the vector..." or "you can optimize your heapsort if you do X in your max-heapify function..."

Usage

You can run all sorts in a repl with do-all-sorts, or one-by-one (do-heap-sort, etc...).

License

Copyright © 2013 Dave Della Costa

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Reviewing sorting algorithms by implementing them in Clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published