https://github.com/abdelrahmankhaled12/data-structures
https://github.com/abdelrahmankhaled12/data-structures
data-structures javascript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdelrahmankhaled12/data-structures
- Owner: Abdelrahmankhaled12
- Created: 2023-02-23T14:45:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T09:14:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T21:44:03.889Z (10 months ago)
- Topics: data-structures, javascript
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)))