0.0.2 • Published 4 years ago

know-your-data v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

know-your-data

Notice

WIP This package is not ready for use!!

What will it do

Comprehensive data structure class focused on optimal performance. Written in TypeScript and compiled in ES5. Heavily tested with a TDD approach. Intuitive interface with built in optimizations. All methods and parameters documented with JSDoc for better intellisense.

Planned features:

  • LinkedList
  • DoublyLinkedList
  • Stack
  • Queue
  • Tree
  • BinaryTree
  • Graph
  • HashTable