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.
- Host: GitHub
- URL: https://github.com/uiuxarghya/pcc-cs494-daa
- Owner: uiuxarghya
- License: mit
- Created: 2024-03-11T23:05:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T18:18:43.000Z (about 1 year ago)
- Last Synced: 2025-01-18T11:14:34.064Z (5 months ago)
- Topics: algorithms, algorithms-and-data-structures, algorithms-implemented, backtracking, c, c-algorithms, college-assignment, daa, divide-and-conquer, dsa, dynamic-programming, graph-algorithms
- Language: C
- Homepage: https://github.com/uiuxarghya/PCC-CS494
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Design And Analysis of Algorithms (PCC-CS494)





[](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)