Introduction

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:

  1. The utility functions for numbers and strings.
  2. Support for the different data structures stack, queue, linked list, tree, and many more.
  3. The utility functions for different algorithms for sorting, searching and many more.