PCC CS494 DAA
1.0.0
This repository contains all the programs that I have written for the course PCC-CS494 (Design And Analysis of Algorithms Lab)
Clone the project
git clone https://github.com/uiuxarghya/PCC-CS494Go to the project directory
cd PCC-CS494Go to the specific folder
cd <Folder Name> ...Compile the program
gcc <filename>.c -o <filename>Run the program
./<filename>Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.
MIT