This repository updates everyday, check for updates and suggest anything.
Download or clone the repository import to your favorite IDE and open any Main classes, then, you can run and check.
- Provide Last In First Out(LIFO)
- Lastly added value will remove first.
- Example: When you press few keys on keyboard they are adding to a stack and when you press delete key lastly added value will remove first.
- Provide First In First Out(FIFO)
- Firstly added value will remove first.
- Example: This is like a persons in a queue to get meds or something in real life, firstly came person will get meds first.
- Linked objects. Just like a simple class and properties/variables with a special property called --next to hold another Link/object memory address(In Java actually we don't have memory address rather we have hash code(example: #342ff3) for every object to uniquely identify that object.).
- [more info coming soon.]
Star the repo then Fork it and add/change and pull request. Then, I will review and merge it. send a mail to leoshak360@gmail.com