https://github.com/julesss-coder/stack
Implementation of stack data structure in Java
https://github.com/julesss-coder/stack
Last synced: 9 days ago
JSON representation
Implementation of stack data structure in Java
- Host: GitHub
- URL: https://github.com/julesss-coder/stack
- Owner: julesss-coder
- Created: 2023-01-24T08:16:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T10:54:15.000Z (over 3 years ago)
- Last Synced: 2025-02-23T18:46:19.697Z (over 1 year ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stack
Implementation of stack data structure in Java
Based on my implementation of doubly linked list (URL: https://github.com/julesss-coder/DoublyLinkedList).