*Typed, on the functional side-of-things, data structures offering clarity and simplicity.
Each package contains a data structure
Name | Description |
---|---|
Linked List ⛓ | A linear structure of inputs, each input pointing to the next |
Queue ➡️➡️ | An ordered structure of first in, first out inputs |
Stack 🥞 | An ordered structure of last in, first out inputs |
Graph 📈📉 | A collection of vertices related by edges |
This repository contains data structures in JavaScript mainly typed and partially functional.
Here are a few: datastructures-js by Eyas Ranjous, JS Shelf, Itsy Bitsy Data Structures by James Kyle, Buckets-JS by Mauricio Santos.
Here are a few: Kyle Shevlin's data structures class on Egg Head, Algo Expert is a tool for testing algorithm and data structure knowledge!