Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 249 Bytes

A Clojure library contains algorithm related stuffs: sorting, data structure etc

Usage

(quicksort col)

(insertion-sort col)

Sort based on BST: (bst-traverse-inorder (reduce bst-add () col))

License

https://www.gnu.org/licenses/lgpl.html