Please note these programs only function on linux systems.
- Array Operations - lp1.c
- String Manipulations - lp2.c
- Stack Manipulations - stack.c
- Conversion of infix to postfix - infix.c
- Stack applications
- a) Solving postfix expressions - postsol.c
- b) Tower of Hanoi - tower.c
- Circular Queues - cqueue.c
- Student data Single Linked Lists - sll.c
- Employee data Double Linked Lists - dll.c
- Polynomial evaluation and solutions - poly.c
- Binary Search Tree - bst.c
- Graph with N cities - graph.c
To clone this repository to your linux machine, type the below commands:
git clone https://github.com/datron/s3lp