Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

๐ŸŒฟ Data Structures License GitHub issues


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