This repository contains course materials, exercises, and implementations for the Design and Analysis of Algorithms course conducted during Winter 2023.
- DAA_Win_23/ - Winter 2023 course exercises (Ex1 through Ex8)
- DAA_Fall_22/ - Fall 2022 course materials
- DAA_Winter_22_Practice/ - Winter 2022 practice problems
- DAA_Theory_Code/ - Theoretical concepts and code implementations
The Winter 2023 semester includes the following exercises:
- Exercise 1
- Exercise 2
- Exercise 3
- Exercise 4
- Exercise 5
- Exercise 6
- Exercise 7
- Exercise 8
Make sure you have the necessary programming environment set up based on the language used in the exercises (typically C, C++, Java, or Python).
-
Clone the repository:
git clone https://github.com/janakimeena/DAA_Win_23.git
-
Navigate to the specific exercise directory:
cd DAA_Win_23/DAA_Win_23/Ex1 -
Follow the instructions provided in each exercise folder.
This repository typically covers fundamental algorithm design and analysis topics including:
- Time and Space Complexity Analysis
- Sorting and Searching Algorithms
- Divide and Conquer
- Greedy Algorithms
- Dynamic Programming
- Graph Algorithms
- Backtracking
- NP-Completeness
This is an academic course repository. If you're a student in the course, please follow the instructions provided by your instructor for submitting your work.
- Check the
students_Instructionsfile in the DAA_Win_23 directory for specific guidelines - Review the
teamsfile for team assignments
This repository is for educational purposes.
For questions or issues related to the course content, please contact the course instructor.
Note: This repository contains academic coursework. Please maintain academic integrity and use these materials for learning purposes only.