All Projects → oliverjumpertz → algorithms-and-data-structures

oliverjumpertz / algorithms-and-data-structures

Licence: other
This repository explains data structures in a hopefully understandable way by using a lot of graphics and JavaScript to implement them and their corresponding algorithms.

Programming Languages

javascript
184084 projects - #8 most used programming language

Algorithms & Data Structures

Algorithms & Data Structures implemented in and explained with JavaScript.

The idea originates from my Twitter series with the same name.

Data Structures currently covered

Usage

Within the folder data_structures you'll find sub folders containing individual data structures.

Each folder comes with its own README that contains images and further explanations, as well as the JavaScript implementations of each data structure as well as a selected few algorithms.

To get started, if you want to play around with this, do a yarn install first, to download the dependencies necessary to run the code and the associated tests.

Progress

Still in the progress of smoothening things and migrating everything over to this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].