Better Programming

Advice for programmers.

Follow publication

Member-only story

Here Are the Most Common JavaScript Algorithms and Data Structures

Trevor-Indrek Lasn
Better Programming
Published in
3 min readJul 10, 2019
Big O Notation

Data Structures

A data structure is a particular way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

Here’s a list of algorithms and data structures you should learn to level up your coding skills.

Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).

JavaScript Algorithms — https://github.com/trekhleb/javascript-algorithms

Big thanks to Oleksii Trekhleb making it available for anyone.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Write a response