https://github.com/danilowskic/stack-initialisation
The program shows how stack is builded and how it works.
https://github.com/danilowskic/stack-initialisation
data-science data-structures data-visualization java-8 stack
Last synced: 9 months ago
JSON representation
The program shows how stack is builded and how it works.
- Host: GitHub
- URL: https://github.com/danilowskic/stack-initialisation
- Owner: danilowskic
- License: mit
- Created: 2019-04-23T18:47:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T05:22:08.000Z (over 6 years ago)
- Last Synced: 2025-06-07T12:44:29.914Z (10 months ago)
- Topics: data-science, data-structures, data-visualization, java-8, stack
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stack-initialisation
The program shows how stack is builded and how it works.
Class named Stack is initialisating data structure with this same name.
Full API you can find in source files.