News

In this project, visualization of data structure operations like Push, Pop are showed up visually. It helps to teach visually instead of using common pen and paper to explain the opearaitons of stack, ...
This is a implementation of Stacks and Queues Data Structure on Python. On Stacks both Linked List and Array data structure used. Stacks have functionality to push, peek and pop. Queues have ...