Pradeepsingh61 / DSA_Code

Hacktoberfest 2024 OPEN FIRST Pull Request
https://hacktoberfest.com/
11 stars 49 forks source link

Add implementation of Stack Data Structure in Java #95

Closed ksvijayan06 closed 26 minutes ago

ksvijayan06 commented 2 hours ago

A stack is a linear data structure that follows the Last-In-First-Out (LIFO) principle, meaning the last element added to the stack is the first one to be removed.

Implement the basic operations of stack: Push, pop, peek, isEmpty, and size.

ksvijayan06 commented 2 hours ago

Please assign the issue for me I will working on this

ksvijayan06 commented 26 minutes ago

Issue has fixed