Skip to content

This repository contains DAA LAB programs which I did in my 4th semester for the PCC-CS494 paper (Design and Analysis of Algorithms Lab) as a part of the 2nd year B.Tech Curriculum

License

Notifications You must be signed in to change notification settings

ParnaRoyChowdhury777/PCC-CS494-DAA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCC-CS494-DAA

Here are some C programs that I did for the PCC-CS494 DAA (Design and Analysis of Algorithms) paper of the 4th semester in the 2nd year curriculum of BTech CSE.

How to Install

  1. Create a C virtual environment.
  2. Clone the repo : git clone https://github.com/ParnaRoyChowdhury777/PCC-CS494-DAA.git or download the repository.
  3. Go to the cloned/downloaded directory cd <folder_name>.
  4. Run pip3 install gcc.
  5. And now you can run the example scripts or create your own scripts.

Usage

  • To run any program (without <math.h>), run gcc filename.c -o name, where filename is the name of the file you are wanting to execute; name = output executable file.

  • Then type ./name, and then press Enter to execute successfully.

  • To run any program (with <math.h>), run gcc filename.c -lm, where filename is the name of the file you are wanting to execute.

  • Then type ./a.out, and then press Enter to execute successfully.

FAQ

  • How to stop the script? Ctrl+C (control+C for Mac)
  • For any other problems, feel free to raise an issue.

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Unlicense © Parna Roy Chowdhury

Where to contact ?

Contact: [[email protected]]

🙋‍♂️ Support

💙 If you like this project, give it a ⭐ and share it with friends!

Made with ❤️ and C

About

This repository contains DAA LAB programs which I did in my 4th semester for the PCC-CS494 paper (Design and Analysis of Algorithms Lab) as a part of the 2nd year B.Tech Curriculum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages