This repository contains all the programs that I have written for the course PCC-CS391 (Data Structure & Algorithms Lab).
| Sl. No. | Topics | Questions | Solutions |
|---|---|---|---|
| 1 | Basic | link | link |
| 2 | Stack | link | link |
| 3 | Queue | link | link |
| 4 | Linked List | link | link |
Clone the project
git clone https://github.com/uiuxarghya/PCC-CS391Go to the project directory
cd PCC-CS391Go 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.