Posts

Pointer, Structure and Union

Important Topic Videos Link of Unit 4, 5 and 6 DAA

Assignment 8: Write a program to solve the travelling salesman problem. Print the path and the cost. (Branch and Bound).

Assignments 7: Write a non-recursive program to check whether Hamiltonian path exists in undirected graph or not. If exists print it. (backtracking).

Assignment 6: Write a recursive program to find the solution of placing n queens on chess board so that no queen takes each other (backtracking).