/algorithms

Some algorithms I'm implementing for fun

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

algorithms

Some Clojure functions for exercising my algorithm skills. So far there's:

  • A star
  • Bubble sort
  • Basic graph search algorithms (like shortest path)
  • Basic data structures like stacks and queues.

Usage

Don't try this at home.