1.0.1 • Published 4 years ago

javascript-algo-ds v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

JavaScript Algorithms and Data-Structures

This repository contains popular data-structures and algorithms written in JavaScript.

The inspiration of this project comes from this. But the repository contained many potential bugs in avl tree and red black tree. Also the segment tree is optimized by using bit operations.

Data Structures

A data structure is a data organization, management, and storage format that enables efficient access and modification. 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.

The repository contains following data-structures