News

Stack is a linear data structure which follows a particular order in which the operations are performed. The order may be LIFO(Last In First Out) or FILO(First In Last Out). Mainly the following three ...
A python application on GitHub that utilizes a candy dispenser and Tkinter GUI to demonstrate the working of a stack data structure. A console based application capable of encrypting a text (.txt) ...