Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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