usingbytes-dsa
v1.3.5
Published
usingbytes-dsa is comprehensive JavaScript library for common data structures and algorithms. This library is designed to be both educational and practical, providing implementations of fundamental data structures and algorithms that can be used in a vari
Downloads
57
Maintainers
Keywords
Readme
usingbytes-dsa
Welcome to usingbytes-dsa, a comprehensive JavaScript library for common data structures and algorithms. This library is designed to be both educational and practical, providing implementations of fundamental data structures and algorithms that can be used in a variety of contexts, from learning computer science concepts to solving real-world problems in commercial projects.
Features
Data Structures: Implementations of essential data structures such as linked lists, stacks, queues, trees, heaps, and graphs.
Algorithms: Collection of classic algorithms including sorting algorithms (bubble sort, merge sort, quicksort), searching algorithms (linear search, binary search), graph algorithms (BFS, DFS), and more.
Easy Integration: Modular and flexible design allows easy integration into both educational projects and commercial applications.
Installation
Clone the repository
git clone [email protected]:vaxpax/js-dsa.git
Using npm
npm install usingbytes-dsa
Using yarn
yarn add usingbytes-dsa
Docs
For documentation visit: Link