diff --git a/package.json b/package.json index 5e4897e..bdaae42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-structure-typed", - "version": "1.19.7", + "version": "1.19.8", "description": "Javascript & TypeScript Data Structure Library, meticulously crafted to empower developers with a versatile set of essential data structures. Our library includes a wide range of data structures, such as Binary Tree, AVL Tree, Binary Search Tree (BST), Tree Multiset, Segment Tree, Binary Indexed Tree, Graph, Directed Graph, Undirected Graph, Singly Linked List, Hash, CoordinateSet, CoordinateMap, Heap, Doubly Linked List, Priority Queue, Max Priority Queue, Min Priority Queue, Queue, ObjectDeque, ArrayDeque, Stack, and Trie. Each data structure is thoughtfully designed and implemented using TypeScript to provide efficient, reliable, and easy-to-use solutions for your programming needs. Whether you're optimizing algorithms, managing data, or enhancing performance, our TypeScript Data Structure Library is your go-to resource. Elevate your coding experience with these fundamental building blocks for software development.", "main": "dist/index.js", "scripts": { diff --git a/src/assets/complexities-diff.jpg b/src/assets/complexities-diff.jpg deleted file mode 100644 index 53248a9..0000000 Binary files a/src/assets/complexities-diff.jpg and /dev/null differ diff --git a/src/assets/data-structure-complexities.jpg b/src/assets/data-structure-complexities.jpg deleted file mode 100644 index 6f3f284..0000000 Binary files a/src/assets/data-structure-complexities.jpg and /dev/null differ diff --git a/src/assets/logo.png b/src/assets/logo.png deleted file mode 100644 index 2c9de7c..0000000 Binary files a/src/assets/logo.png and /dev/null differ diff --git a/src/assets/overview-diagram-of-data-structures.png b/src/assets/overview-diagram-of-data-structures.png deleted file mode 100644 index 55a3403..0000000 Binary files a/src/assets/overview-diagram-of-data-structures.png and /dev/null differ