@tristimb/data-structures
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

@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

Name Description Demo
Binary Tree TBD
Bloom Filter TBD
Graph TBD
Hash Set TBD
Heap TBD
LRU Cache A FIFO queue that implements an underlying Linked List. Activity Cache
Linked List A list like data structure where nodes hold pointers to their neighbors. TBD
Stack TBD
Trie A tree based data structure where each node contains a character from a set of strings, as child nodes. Typeahead / Spell Check

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i @tristimb/data-structures

    Weekly Downloads

    0

    Version

    0.6.1

    License

    ISC

    Unpacked Size

    51.6 kB

    Total Files

    45

    Last publish

    Collaborators

    • tristimb