From 54748b48176a170ba87ddc3006d951bfb8097920 Mon Sep 17 00:00:00 2001 From: piyushmalik11 <114874143+piyushmalik11@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:17:45 +0530 Subject: [PATCH] Create README.md --- npm_Modules/DataStructures/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 npm_Modules/DataStructures/README.md diff --git a/npm_Modules/DataStructures/README.md b/npm_Modules/DataStructures/README.md new file mode 100644 index 0000000..089a18f --- /dev/null +++ b/npm_Modules/DataStructures/README.md @@ -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.