ds-saga-kit
v1.1.3
Published
Data Structures Kit is a modern JavaScript library offering efficient implementations of core data structures and algorithms—ideal for learning, interviews, and real-world applications.
Readme
📦 ds-saga-kit
A lightweight and modular JavaScript/Node.js library that provides reusable data structures and algorithmic utilities — perfect for learning, interviews, or production use.
✨ Features
🧱 Classic Data Structures
Array,Sorted Array,Stack,Queue,Deque,LinkedList,HashTable,Binary Search Tree,Heap(Min/Max)📘 Algorithms
Binary Search,Linear Search,Lower Bound,Upper Bound, and more...🧩 Modular Design – Import only what you need
💡 Clean, documented, and beginner-friendly code
📦 Installation
npm install ds-saga-kit