30 packages
namastey-adjacency-list
A JavaScript package that implements the Adjacency List data structure for efficient graph representation and traversal.
namastey-adjacency-matrix
A JavaScript package implementing the Adjacency Matrix data structure for efficient graph representation and operations.
namastey-array
Provides essential methods for array manipulation, enhancing your JavaScript development experience.
namastey-avl-tree
A comprehensive JavaScript package for implementing AVL Tree data structure, offering balanced tree operations for efficient data management.
namastey-binary-search-tree
A JavaScript package that implements a Binary Search Tree (BST) data structure with essential methods for efficient data storage and retrieval.
namastey-binary-tree
A comprehensive package for implementing the Binary Tree data structure with essential methods for developers.
namastey-b-tree
A JavaScript package for implementing the B-Tree data structure, providing efficient data storage and retrieval.
namastey-circular-linked-list
A package implementing Circular Linked List data structure with various important methods.
namastey-circular-queue
An efficient JavaScript package for implementing and working with Circular Queue data structures.
namastey-directed-graph
A JavaScript package for implementing the Directed Graph data structure with various important methods.
namastey-double-ended-queue
A JavaScript package that implements the Double-ended Queue (Deque) data structure with various important methods for efficient data handling.
namastey-doubly-linked-list
An efficient JavaScript package implementing the Doubly Linked List data structure with essential methods and functionalities for managing doubly linked lists.
namastey-graph
A package implementing Graph data structure
namastey-hash-map
A package implementing Hash Map data structure with various methods for efficient data storage and retrieval.
namastey-hash-set
A package implementing the Hash Set data structure with efficient operations for storing unique elements.
namastey-hash-table
A powerful and efficient implementation of hash tables for JavaScript, optimized for performance and scalability.
namastey-linked-list
A package implementing the LinkedList data structure with essential methods and operations.
namastey-max-heap
A JavaScript package that implements the Max-Heap data structure, providing essential methods for heap operations.
namastey-min-heap
A JavaScript package implementing the Min-Heap data structure for efficient priority queue operations.
namastey-priority-queue
Priority Queue data structure implementation in JavaScript for efficient data handling and retrieval.
namastey-queue
A robust JavaScript package for implementing the Queue data structure, offering essential methods for efficient data management.
namastey-red-black-tree
A JavaScript package implementing the Red-Black Tree data structure for efficient data management.
namastey-segment-tree
A JavaScript package that provides an implementation of the Segment Tree data structure for efficient range queries and updates.
namastey-singly-linkedlist
A robust package that implements the Singly Linked List data structure with various essential methods for JavaScript developers.
namastey-stack
A package for implementing the Stack data structure with various important methods.