An open API service indexing awesome lists of open source software.

https://github.com/uiuxarghya/pcc-cs494-daa

Design And Analysis of Algorithms Programs.
https://github.com/uiuxarghya/pcc-cs494-daa

algorithms algorithms-and-data-structures algorithms-implemented backtracking c c-algorithms college-assignment daa divide-and-conquer dsa dynamic-programming graph-algorithms

Last synced: 3 months ago
JSON representation

Design And Analysis of Algorithms Programs.

Awesome Lists containing this project

README

        

# Design And Analysis of Algorithms (PCC-CS494)

![C](https://img.shields.io/badge/C-informational?style=flat&logo=C&logoColor=white&color=007396)
![Gedit](https://img.shields.io/badge/Gnome-gedit-informational?style=flat&logo=gnome&logoColor=white&color=4A86CF)
![VS Code](https://img.shields.io/badge/VS_Code-informational?style=flat&logo=visual-studio-code&logoColor=white&color=007ACC)
![Ubuntu](https://img.shields.io/badge/Ubuntu-LTS-informational?style=flat&logo=ubuntu&logoColor=white&color=E95420)
![GitHub last commit](https://img.shields.io/github/last-commit/uiuxarghya/PCC-CS494?label=Last%20Updated)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

This repository contains all the programs that I have written for the course PCC-CS494 (Design And Analysis of Algorithms Lab)

## Programs List

## Run Locally

Clone the project

```bash
git clone https://github.com/uiuxarghya/PCC-CS494
```

Go to the project directory

```bash
cd PCC-CS494
```

Go to the specific folder

```bash
cd ...
```

Compile the program

```bash
gcc .c -o
```

Run the program

```bash
./
```

## Feedback

Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.

## Authors

- [@uiuxarghya](https://www.github.com/uiuxarghya)
- [@psychomita](https://www.github.com/psychomita)

## License

[MIT](./LICENSE)