Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavmojidra/data-structures---stack-using-linked-list-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-linked-list-in-java
data-structures java linked-list mojidra stack vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: about 1 month 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-linked-list-in-java
- Owner: VaibhavMojidra
- Created: 2022-04-04T10:46:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T10:51:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T01:49:34.673Z (3 months ago)
- Topics: data-structures, java, linked-list, 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 Linked List in Java
Must read before going through code
1. [Big O Notation.pdf](https://github.com/VaibhavMojidra/Data-Structures---Stack-Using-Linked-List-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-Linked-List-in-Java/blob/master/Documentation/How%20to%20identify%20Big%20O%20Notation.pdf)
3. [Stack Using Linked List.pdf](https://github.com/VaibhavMojidra/Data-Structures---Stack-Using-Linked-List-in-Java/blob/master/Documentation/Stack%20Using%20Linked%20List.pdf)