0.6.1 • Published 1 year ago

@tristimb/data-structures v0.6.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@tristimb/data-structures

npm (scoped)

implementations of common data strcutures.

Getting started

Installation

npm i @tristimb/data-structures

Usage

import { LinkedList } from "@tristimb/data-structures";

const linkedList = new LinkedList();
...

Contents

NameDescriptionDemo
Binary TreeTBD
Bloom FilterTBD
GraphTBD
Hash SetTBD
HeapTBD
LRU CacheA FIFO queue that implements an underlying Linked List.Activity Cache
Linked ListA list like data structure where nodes hold pointers to their neighbors.TBD
StackTBD
TrieA tree based data structure where each node contains a character from a set of strings, as child nodes.Typeahead / Spell Check
0.6.1

1 year ago

0.5.1

1 year ago

0.6.0

1 year ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago