An open API service indexing awesome lists of open source software.

https://github.com/abdelrahmankhaled12/data-structures


https://github.com/abdelrahmankhaled12/data-structures

data-structures javascript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# JavaScript Data Structures

In computer science, a data structure is a data organization, management, and storage format that is usually chosen for efficient access to data. 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, i.e., it is an algebraic structure about data.

- [Stack](https://github.com/Abdelrahmankhaled12/Data-Structures/tree/main/Stack)
- [Queue](https://github.com/Abdelrahmankhaled12/Data-Structures/tree/main/Queue)
- [Circular Queue](https://github.com/Abdelrahmankhaled12/Data-Structures/tree/main/Circular%20Queue)
- [Linked list](https://github.com/Abdelrahmankhaled12/Data-Structures/tree/main/Linked%20list)
- [Stack (Linked List Implementaion)](https://github.com/Abdelrahmankhaled12/Data-Structures/tree/main/Stack%20(Linked%20List%20Implementaion))
- [Queue (Linked List Implementaion)](https://github.com/Abdelrahmankhaled12/Data-Structures/tree/main/Queue%20(Linked%20List%20Implementaion)))