From 4bebf6c2614142f7a1a1ac17b7e3b4ea9fcd3a32 Mon Sep 17 00:00:00 2001 From: Revone Date: Thu, 18 Jan 2024 18:53:05 +0800 Subject: [PATCH] docs: downloads added to individual packages --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 51d5ee7..79f5beb 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Binary Search Tree (BST) @@ -194,6 +195,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads AVL Tree @@ -201,6 +203,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Red Black Tree @@ -208,6 +211,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Tree Multimap @@ -215,6 +219,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Heap @@ -222,6 +227,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Priority Queue @@ -229,6 +235,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Max Priority Queue @@ -236,6 +243,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Min Priority Queue @@ -243,6 +251,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Trie @@ -250,6 +259,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Graph @@ -257,6 +267,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Directed Graph @@ -264,6 +275,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Undirected Graph @@ -271,6 +283,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Queue @@ -278,6 +291,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Deque @@ -285,6 +299,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Hash Map @@ -292,6 +307,7 @@ We provide data structures that are not available in JS/TS View +NPM Downloads Linked List @@ -299,6 +315,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Singly Linked List @@ -306,6 +323,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Doubly Linked List @@ -313,6 +331,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Stack @@ -320,6 +339,7 @@ We provide data structures that are not available in JS/TS View View +NPM Downloads Segment Tree @@ -327,6 +347,7 @@ We provide data structures that are not available in JS/TS View +NPM Downloads Binary Indexed Tree @@ -334,6 +355,7 @@ We provide data structures that are not available in JS/TS View +NPM Downloads