Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.42 KB

File metadata and controls

42 lines (32 loc) · 1.42 KB

Design and Analysis of Algorithms

This repository contains implementations of fundamental algorithms covered in the Design and Analysis of Algorithms course, crreated as a resource for students.

Overview

Language: Python

The implementations focus on the logic and practical application of standard algorithms across Sorting, Graph Theory, Greedy Methods, and Dynamic Programming.

Contents

1. Sorting

2. Greedy Algorithms & Graph Traversals

3. Dynamic Programming

How to Run

  1. Clone the repository:
    git clone [https://github.com/A-Rahil/DA-Algorithms.git](https://github.com/A-Rahil/DA-Algorithms.git)