Package Exports
- js-ds-collection
- js-ds-collection/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (js-ds-collection) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ds-js
A lightweight, modular, and TypeScript-first collection of commonly used data structures in JavaScript, built for learning, practice, and production use.
โจ Features
- ๐งฑ Classic data structures like Stack, Queue, LinkedList, Heap, Tree, Trie, Union-Find, Segment Tree
- โก Fully type-safe with TypeScript generics
- ๐งช 100% unit-tested with Vitest
- ๐ฆ Tree-shakable and ready for modern builds
- ๐ Great for DSA practice, interviews, or educational use
๐ฆ Installation
npm install ds-js