Skip to content

chhk-dev/lago

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lago

Data Structures and Algorithms library for JavaScript. Pretty much still WIP but some are available for viewing.

Contents

Data Structures

Algorithms

  • Binary Search
  • Merge Sort
  • Quicksort
  • Heap Sort
  • Timsort (TODO)
  • Topological Sort (TODO)
  • Breadth First Search (TODO)
  • Depth First Search (TODO)
  • Djikstra's Algorithm (TODO)
  • Bellman-Ford Algorithm (TODO)
  • Floyd Warshall Algorithm (TODO)

Development

$ yarn install
$ yarn test --watch

Before pushing/submitting PR

$ yarn check-all

About

🌴 Data Structures and Algorithms library for JavaScript. WIP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%