Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicorobo/algorhythm

A javascript library that makes it easy to work with certain algorithms. At first the library will focus on path finding and graph/grid algorithms, and will expand in scope with time.
https://github.com/nicorobo/algorhythm

Last synced: 24 days ago
JSON representation

A javascript library that makes it easy to work with certain algorithms. At first the library will focus on path finding and graph/grid algorithms, and will expand in scope with time.

Awesome Lists containing this project

README

        

# Algorhythm
A javascript library that makes it easy to work with certain algorithms. At first the library will focus on path finding and graph/grid algorithms, and will expand in scope with time.
(In progress)

Current Data Structures:



  • Graph

  • Grid

  • Binary Heap (Courtesy of Marijn Haverbeke)


Current Algorithms:



  • Breadth First Search

  • Dijkstras

  • Greedy Best First Search

  • A*