Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavmojidra/data-structures---stack-using-array-in-java
A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.
https://github.com/vaibhavmojidra/data-structures---stack-using-array-in-java
array data-structures java mojidra stack vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 23 days ago
JSON representation
A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/data-structures---stack-using-array-in-java
- Owner: VaibhavMojidra
- Created: 2022-04-04T08:50:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T10:48:54.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T01:49:33.869Z (2 months ago)
- Topics: array, data-structures, java, mojidra, stack, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures Stack Using Array in Java
Must read before going through code1. [Big O Notation.pdf](https://github.com/VaibhavMojidra/Data-Structures---Stack-Using-Array-in-Java/blob/master/Documentation/Big%20O%20Notation.pdf)
2. [How to identify Big O Notation.pdf](https://github.com/VaibhavMojidra/Data-Structures---Stack-Using-Array-in-Java/blob/master/Documentation/How%20to%20identify%20Big%20O%20Notation.pdf)
3. [Stack Using Array.pdf](https://github.com/VaibhavMojidra/Data-Structures---Stack-Using-Array-in-Java/blob/master/Documentation/Stack%20Using%20Array.pdf)