Popularity
8.1
Growing
Activity
0.0
Stable
156
24
72

Programming language: Erlang
License: Apache License 2.0

erlang-algorithms alternatives and similar packages

Based on the "Algorithms and Data structures" category.
Alternatively, view erlang-algorithms alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of erlang-algorithms or a related project?

Add another 'Algorithms and Data structures' Package

README

erlang-algorithms

About the project

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.

  • Currently Implemented Data Structures:

    • Directed, Undirected, Weighted, Unweighted Graphs
    • Min / Max Heaps
    • Union / Find
  • Currently Implemented Algorithms:

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

How to Compile and Run

  • Compile the source code and the demo : make
  • Run dialyzer : make dialyzer
  • All of the above : make all
  • Run the demo : make demo
  • Make edoc : make edoc

The files in the demo folder contain functions that demostrate the code in action.

For full documentation check the site

License

This project is released under the Apache License 2.0.


*Note that all licence references and agreements mentioned in the erlang-algorithms README section above are relevant to that project's source code only.