Search results
9 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Linked List, Doubly Linked List, Singly Linked List. Javascript & Typescript Data Structure.
- Data structure
- Linked list
- Singly linked list
- Doubly linked list
- Circular linked list
- Head
- Tail
- Insertion
- Deletion
- Traversal
- Search
- Data storage
- Dynamic resizing
- Memory efficiency
- View more
A simple way to get and set object properties using paths (aka dot notation) with TypeScript support
- Typedots
- Object path
- Path
- Dot notation
- Strongly typed objects
- Access
- Object hierarchy
- Navigation
- Traversal
- Data structure
- Property access
- Nested objects
- Data retrieval
- Type safety
- View more
Doubly Linked List. Javascript & Typescript Data Structure.
- Double-ended
- Forward traversal
- Backward traversal
- Insertion
- Deletion
- Predecessor
- Successor
- Head
- Tail
- Pointers
- Previous
- Next
- Data structure
- Dynamic resizing
- View more
Singly Linked List. Javascript & Typescript Data Structure.
- Linked list
- Singly linked list
- Node
- Data structure
- Insertion
- Deletion
- Traversal
- Search
- Data storage
- Dynamic resizing
- Memory efficiency
- Pointer
- Data management
- Linked nodes
- View more
Stack. Javascript & Typescript Data Structure.
- Data structure
- Stack
- Last In, First Out (LIFO)
- Push
- Pop
- Peek
- Insertion
- Deletion
- Top
- Element
- Dynamic resizing
- Memory management
- Stack operations
- Stack implementation
- View more
This is a simple library for append only data structure persistent on disk.
The most sophisticated bloom filter for Node, supports counting bloom Filters, deletions and serializations. The counters are handled to take care of the overflows and dynamically expand the underlying ArrayBuffer when expansion is needed.
> In computer science, binary search trees (BST), sometimes called ordered or sorted binary trees, are a particular type of container: data structures that store "items" (such as numbers, names etc.) in memory. By https://en.wikipedia.org/wiki/Binary_sea
A Data structure similar to a Python List (for JavaScript / Typescript)