Skip to content

Latest commit

 

History

History
140 lines (98 loc) · 8.93 KB

README.md

File metadata and controls

140 lines (98 loc) · 8.93 KB


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