Introduction
The Quark-dsa is a JavaScript utility library for data structures and operations. It is built using TypeScript and includes data structures Stack, Queue, Tree, Graph, and many more.
Installation
using npm:
npm install quark-dsa
Usage
The Quark-dsa library performs different things including:
- The utility functions for numbers and strings.
- Support for the different data structures stack, queue, linked list, tree, and many more.
- The utility functions for different algorithms for sorting, searching and many more.