Skip to content

Latest commit

 

History

History
73 lines (66 loc) · 2.02 KB

README.md

File metadata and controls

73 lines (66 loc) · 2.02 KB



Data structures library




npm package npm downloads
Collection of essential data structures for web development..




yarn add @zmitry/struct







Roadmap

  • LRU Cache
  • LRU with ttl
  • Graph data structure without parent/multigraph support
  • Topological sort
  • Pairing heap using linked list
  • Priority queue
  • link-cut tree