Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 292 Bytes

File metadata and controls

27 lines (16 loc) · 292 Bytes

trainingjs

Data structures and algorithms library for JavaScript.

2020 – Erik Paluka – MIT License

Built Using

  • Vanilla JavaScript
  • TypeScript
  • Parcel

Features


Algorithms

  • Breath first search
  • Depth first search

Data Structures

  • Node
  • Stack