TD 00 - Remind - Search Based Sofware Engineering
TD 00 - Remind - Search Based Sofware Engineering
Instructions:
Key Concepts:
● Searching
● Divide and conquer
● Time complexity (logarithmic time, O(log n))
Exercise 2: Graph Traversal (BFS and DFS)
Instructions:
Key Concepts:
● Graphs
● Traversal algorithms
● Recursion
● Time complexity (O(V + E) for BFS/DFS
Instructions:
Key Concepts:
● Dynamic programming
● Optimization
● Time complexity (O(n * W) where n is the number of items
and W is the maximum weight)
Instructions:
Key Concepts:
● Sorting
● Interval merging
● Time complexity (O(n log n) for sorting)
Instructions:
Key Concepts:
● Dynamic programming
● Subarrays
● Time complexity (O(n)
Report Structures(Max 02 pages)
Problem Representation:
Solution:
Results:
Conclusion:
GitHub Repository: