Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ Assignment 2:
I went over all the Sample problems for assignment 2 given in the document. Utilised ChatGPT to get more clear understanding of those problems and make a similar problem based on the sample problem while retaining the structure and essence of it. Then created solutions for the created problem utilising algorithm and proof of correctness through code. Lastly I mentioned my learnings from the particular problem in the reflection section.

Assignment 3:
Went over the sample questions and worked with topics such as Masters theorem, 01 Knapsack problem, Netfork flow theory, Bellman-Ford algorithm, Ford-Fulkerson algorithm, Preflow-Push maximum flow algorithm, Polynomial-time algorithm
Went over the sample questions and worked with topics such as Masters theorem, 01 Knapsack problem, Netfork flow theory, Bellman-Ford algorithm, Ford-Fulkerson algorithm, Preflow-Push maximum flow algorithm, Polynomial-time algorithm

Assignment 4:
Worked on NP problems including NP complete and understood the concepts and underlying challenges in those questions
Loading