/struct

Basic and advanced data structures implemented with typescript

Primary LanguageTypeScriptMIT LicenseMIT



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