Skip to content

uiuxarghya/PCC-CS494

Repository files navigation

Design And Analysis of Algorithms (PCC-CS494)

C Gedit VS Code Ubuntu GitHub last commit MIT License

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

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

Go to the project directory

  cd PCC-CS494

Go to the specific folder

  cd <Folder Name> ...

Compile the program

  gcc <filename>.c -o <filename>

Run the program

  ./<filename>

Feedback

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

Authors

License

MIT