Skip to content
aggelgian edited this page Feb 9, 2013 · 6 revisions

Home

Welcome to the erlang-algorithms wiki!

The goal of this project is to implement some useful algorithms and data structures in Erlang so as to help anyone who may need them.

Data Structures

  • Graphs
  • Min / Max Heaps
  • Union / Find

Algorithms

  • DFS
  • BFS
  • Dijkstra
  • Kruskal
  • Edmonds-Karp
  • Ford-Fulkerson

Getting Started

Clone this wiki locally