https://github.com/uiuxarghya/pcc-cs391-dsa
Data Structure and Algorithms
https://github.com/uiuxarghya/pcc-cs391-dsa
c c-programming college-assignment dsa dsa-c dsa-codes dsa-practice dsa-questions dsa-solutions gcc graphs-algorithms hashing linked-list makaut makaut-cse queue-algorithm searching-algorithms sorting-algorithms stack-algorithm
Last synced: about 2 months ago
JSON representation
Data Structure and Algorithms
- Host: GitHub
- URL: https://github.com/uiuxarghya/pcc-cs391-dsa
- Owner: uiuxarghya
- License: mit
- Created: 2023-07-27T23:02:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:35:12.000Z (about 1 year ago)
- Last Synced: 2025-01-18T11:14:32.779Z (3 months ago)
- Topics: c, c-programming, college-assignment, dsa, dsa-c, dsa-codes, dsa-practice, dsa-questions, dsa-solutions, gcc, graphs-algorithms, hashing, linked-list, makaut, makaut-cse, queue-algorithm, searching-algorithms, sorting-algorithms, stack-algorithm
- Language: C
- Homepage: https://github.com/uiuxarghya/PCC-CS391-DSA
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCC-CS391 (Data Structure & Algorithms Lab) Programs



[](https://choosealicense.com/licenses/mit/)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](./assign-1/README.md) | [link](./assign-1/README.md#questions) | [link](./assign-1/README.md#solutions) |
| 2 | [Stack](./assign-2/README.md) | [link](./assign-2/README.md#questions) | [link](./assign-2/README.md#solutions) |
| 3 | [Queue](./assign-3/README.md) | [link](./assign-3/README.md#questions) | [link](./assign-3/README.md#solutions) |
| 4 | [Linked List](./assign-4/README.md) | [link](./assign4/README.md#questions) | [link](./assign-4/README.md#solutions) |## Run Locally
Clone the project
```bash
git clone https://github.com/uiuxarghya/PCC-CS391
```Go to the project directory
```bash
cd PCC-CS391
```Go to the specific folder
```bash
cd ...
```Compile the program
```bash
gcc .c -o
```Run the program
```bash
./
```## Feedback
Any suggestions and/or improvements are welcome. Please create a pull request or open an issue to submit your feedback.
## Authors
- [@uiuxarghya](https://www.github.com/uiuxarghya)
## License
[MIT](./LICENSE)