Skip to content

LOG1CRS/JS-Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures with JavaScript

This repo is a compilation of the fundamental data structures, and also helps me to have them present when I need them or forget something about them. Each structure contains notes and comments to explain better itself and Its code made with JavaScript.

Getting Started

Inside the structures folder, there are folders of each structure, and within each one, you will find a readme file explaining that structure, the code with comments, and a package.json file with the commands to run the code with node.

Table of Contents

What Are Data Structures?

Data structures are different ways of organizing data to save or use it effectively.

To explain it analogically, we can compare the data as clothes, if you had a pile of clothes you can organize it in different ways such as colors, type of clothes, stacked, hung and that helps you a find a specific garment when you need. On the contrary, if you don't organize it could be complicated to find a specific garment quickly.

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.

References

  1. Valentin Podkamennyi . Medium Profile - Article
  2. Diego de Granda . Web Profile - Course
  3. Mozilla MDN . Web

About

Code and notes about the most important data structures using Javascript. (For educational purposes)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published