Skip to content
/ algorithms Public

A collection of interesting algorithms implemented just for fun

Notifications You must be signed in to change notification settings

m2w/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithms & data structures

A playground to implement some interesting algorithms. Most of these will be implemented in either Erlang, Scala or Clojure depending on my current fancy. The goal of the project is to experiment with the languages and learn about the algorithms and data structures.

Planned algorithms

  • Dijkstra's algorithm
  • A*
  • Timsort
  • Cycle sort
  • Boyer–Moore–Horspool algorithm
  • MD5

Planned data structures

  • doubly linked list
  • self-organizing list
  • skip list
  • binary tree
  • red-black tree
  • fibonacci heap
  • radix tree

About

A collection of interesting algorithms implemented just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages