An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# PCC-CS391 (Data Structure & Algorithms Lab) Programs
![C](https://img.shields.io/badge/C-informational?style=flat&logo=C&logoColor=white&color=007396)
![VS Code](https://img.shields.io/badge/VS_Code-informational?style=flat&logo=visual-studio-code&logoColor=white&color=007ACC)
![GitHub last commit](https://img.shields.io/github/last-commit/uiuxarghya/PCC-CS391?label=Last%20Updated)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](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)