Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.75 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.75 KB

PCC-CS391 (Data Structure & Algorithms Lab) Programs

C VS Code GitHub last commit MIT License

This repository contains all the programs that I have written for the course PCC-CS391 (Data Structure & Algorithms Lab).

Programs List

Sl. No. Topics Questions Solutions
1 Basic link link
2 Stack link link
3 Queue link link
4 Linked List link link

Run Locally

Clone the project

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

Go to the project directory

  cd PCC-CS391

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