0.0.3 • Published 6 years ago
javascript-dsa v0.0.3
javascript-dsa
This repository contains JavaScript implementations of many popular algorithms and data structures.
Each algorithm and data structure has its own separate README with related explanations and links for further reading.
⚠️ Important note
This project is meant to be used for education purposes only and not for production
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.