Skip to content

janakimeena/DAA_Win_23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design and Analysis of Algorithms (DAA) - Winter 2023

This repository contains course materials, exercises, and implementations for the Design and Analysis of Algorithms course conducted during Winter 2023.

Repository Structure

Main Directories

  • 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

Course Exercises

The Winter 2023 semester includes the following exercises:

  • Exercise 1
  • Exercise 2
  • Exercise 3
  • Exercise 4
  • Exercise 5
  • Exercise 6
  • Exercise 7
  • Exercise 8

Getting Started

Prerequisites

Make sure you have the necessary programming environment set up based on the language used in the exercises (typically C, C++, Java, or Python).

Usage

  1. Clone the repository:

    git clone https://github.com/janakimeena/DAA_Win_23.git
  2. Navigate to the specific exercise directory:

    cd DAA_Win_23/DAA_Win_23/Ex1
  3. Follow the instructions provided in each exercise folder.

Topics Covered

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

Contributing

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.

Additional Resources

  • Check the students_Instructions file in the DAA_Win_23 directory for specific guidelines
  • Review the teams file for team assignments

License

This repository is for educational purposes.

Contact

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published