Skip to content

AbdelrahmanBayoumi/Stack-Implementation-In-Java-Swing

Repository files navigation

Stack implementation In Java (Swing)

Stack is a data structure used to store a collection of objects. Individual items can be added and stored in a stack using a push operation. Objects can be retrieved using a pop operation, which removes an item from top of the stack, applying the rule LIFO (last in first out).

Getting Started

  • The project is implementation of stack datastrucure in java. There is an extra option is to load text file whit numbers and push it to the stack to do various stack operations.

  • To build this project just run this Project.java.



  • OR for GUI version use executable jar file Here

image



سبحَانَكَ اللَّهُمَّ وَبِحَمْدِكَ، أَشْهَدُ أَنْ لا إِلهَ إِلأَ انْتَ أَسْتَغْفِرُكَ وَأَتْوبُ إِلَيْكَ.