⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

NPM package providing more data structures in TypeScript

License

Notifications You must be signed in to change notification settings

LupCode/node-lup-structures

Repository files navigation

GitHub package.json version npm bundle size GitHub Workflow Status NPM

lup-structures

NPM Node package providing more data structures in TypeScript

Installation

npm install --save lup-structures

Data Structures

Lists

  • ObjectLinkedList - Single linked list implementation with custom equality function support.
  • ObjectDoubleLinkedList - Double linked list implementation with custom equality function support.

Maps

  • ExpireMap - Map implementation with expiration time for entries.
  • HashMap - Hash map implementation with custom hashing and equality function support.
  • SortedMap - Sorted map implementation.

Trees

About

NPM package providing more data structures in TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published