- Lab 1.Implementation of Stack
- Lab 2.Implementation of LinearQueue
- Lab 3-Implementation of CircularQueue
- Lab 4-Implementations of Linked List: Singly Linked List
- Lab 5-Implementations of Linked List: Doubly Linked List
- Lab 6-Fibonacci Series
- Lab 7-Factorial
- Lab 8-Tower Of Hanoi
Clone the repo and compile each .cpp file for the output.
You will need to have g++ compiler in order to run this demo. MinGW is a good choice!
g++ file.cpp
Make some changes in the code and observe the output.
MIT © bhimrazy