Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushmalik11 authored Oct 20, 2023
1 parent 964f2cb commit 54748b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions npm_Modules/DataStructures/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Data Structures
The `datastructures` npm module is a production-ready implementation of data structures in JavaScript and TypeScript.

# Installation

```
npm install --save datastructures-js
```

# Features:

- It provides seamless interactions with Agilit-e APIs.
- It offers a heap-based implementation of a priority queue with TypeScript support.
- The module includes handy data structures for elements keyed by a string.
- It provides implementations of various data structures such as (Hash) Map, Heap, Graph, (Doubly) Linked List, Queue.

0 comments on commit 54748b4

Please sign in to comment.