LAB ESSENTIALS :
- Practical examination will consists of: Performance, viva-voce examination, record of programs submitted by the candidate.
- System Requirements :
- Hardware Requirement: Processors – 2.0 GHz or Higher, RAM- 256 MB or Higher Hard Disk-20 GB or Higher, Operating System - Windows XP or any other version.
- Software Requirement: Turbo C Compiler.
LIST OF EXPERIMENTS:
- Stacks and queues
- Link List and Trees
- graphs – basic traversal and search techniques
- binary search – merge sort – Quick sort
- Greedy method:-knapsack problem
- Greedy method minimum cost spanning tree
- Dynamic Programming – 0/1 Knapsack
- Dynamic Programming – traveling salesman problem
9. Backtracking 8-Queens problem
10. Backtracking Sum of Subsets
11. Backtracking 0/1 Knapsack problem