Skip to content

make-github-pseudonymous-again/js-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

301 Commits
 
 
 
 

Repository files navigation


Advanced Data Structures by Erik Demaine

Playground for data structures in JavaScript. This is a child project of js-library and the twin project of js-algorithms.

📰 Description

This README regroups dozens of projects focusing on implementing data structures with JavaScript. This project itself does not contain any code.

👶 Children

🍢 Sequences

Arrays

Double-ended queues

Linked lists

Stacks

🤹 Maintaining priorities

🍂 Heaps

🔍 Searching

Total order

🌱 Search trees
Other

Strings

⛓️ Tries

🌲 Persistent data structures

🔪 Hashing

Nothing yet.

🍙 Union-find (disjoint sets)

🌐 Graphs

🎒 Python's collections library for Javascript

📐 Geometry

  • @aureooms/js-cg : Computational geometry data structures and algorithms for JavaScript

Miscellaneous

Those packages aim to provide code bricks that are as generic as possible. Some examples are:

📜 Reference

A list of links and projects focusing on data structures implementation.

☕ Projects implementing data structures in JavaScript

🦚 Projects implementing data structures in other languages