Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedukamel/cs211-data-structures-and-algorithms
Implementation for linear data structures taken in Data Structures and Algorithms course in Beni Suef University
https://github.com/ahmedukamel/cs211-data-structures-and-algorithms
algorithms data-structures java linear-data-structures
Last synced: about 1 month ago
JSON representation
Implementation for linear data structures taken in Data Structures and Algorithms course in Beni Suef University
- Host: GitHub
- URL: https://github.com/ahmedukamel/cs211-data-structures-and-algorithms
- Owner: AhmedUKamel
- Created: 2022-01-27T16:22:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T15:51:05.000Z (over 2 years ago)
- Last Synced: 2024-11-24T01:53:42.483Z (about 1 month ago)
- Topics: algorithms, data-structures, java, linear-data-structures
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://miro.medium.com/max/2000/1*2rKGJ6h1regwmfMcty3SLw.png)
___
# Data structures
___
### Using Java
___
1. Stack using:
1. Array
2. Linked List
2. Queue using:
1. Array:
1. Linear queue
2. Circular queue
2. Linked list
1. Linked queue