https://github.com/saket-sk/semester6-sppu-design-and-analysis-of-algorithms
Assignments performed for SL-V DAA subject .
https://github.com/saket-sk/semester6-sppu-design-and-analysis-of-algorithms
algorithms c daa design-and-analysis-of-algorithms sppu sppu-it-dept
Last synced: 7 months ago
JSON representation
Assignments performed for SL-V DAA subject .
- Host: GitHub
- URL: https://github.com/saket-sk/semester6-sppu-design-and-analysis-of-algorithms
- Owner: SAKET-SK
- Created: 2021-06-10T15:04:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T04:14:42.000Z (over 4 years ago)
- Last Synced: 2025-01-06T04:41:13.836Z (9 months ago)
- Topics: algorithms, c, daa, design-and-analysis-of-algorithms, sppu, sppu-it-dept
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semester6-SPPU-Design-and-Analysis-of-Algorithms
1) Assignment 1 :- Write a program to find Maximum and Minimum element in an array using Divide and Conquer strategy and verify the time complexity.
2) Assignment 2 :- Write a program to solve optimal storage on tapes problem using Greedy approach.
3) Assignment 3 :- Write a program to implement Bellman-Ford Algorithm using Dynamic Programming and verify the time complexity.
4) Assignment 4 :- Write a program to solve the travelling salesman problem and to print the path and the cost using Dynamic Programming.
5) Assignment 5 :- Write a recursive program to find the solution of placing n queens on chessboard so that no two queens attack each other using Backtracking.
6) Assignment 6 :- Write a program to solve the travelling salesman problem and to print the path and the cost using Branch and Bound.
------------------------------------------------------------
Reference videos:
Pratctical 1:
https://www.youtube.com/watch?v=esDnuGD6kb0Practical 2:
https://www.youtube.com/watch?v=AATIeMs3T7s
https://forgetcode.com/c/104-pass-two-of-a-two-pass-assemblerPractical 4:
https://www.youtube.com/watch?v=AxLgkLIAOCcPractical 5:
https://www.youtube.com/watch?v=jZqhh3kj3xUPractical 6:
https://www.youtube.com/watch?v=Ot20nuofu5kPractical 7:
https://www.youtube.com/watch?v=rUDxhF-PE6s