Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/th3c0d3mast3r/c_codes

This is a Repo that contains some of the C codes that I have had made in College
https://github.com/th3c0d3mast3r/c_codes

Last synced: 4 days ago
JSON representation

This is a Repo that contains some of the C codes that I have had made in College

Awesome Lists containing this project

README

        

# C Codes Repository

This repository contains various C codes created during my college years, covering essential data structures, practical examples and many more things that I have done in C. It’s designed to help with learning, understanding, and applying core C concepts.

### Folders Overview

- **DS_C**:
Contains essential data structure implementations in C (e.g., arrays, linked lists, stacks, queues, trees, graphs).

- **PracticalBased**:
Practical codes that are useful for hands-on exercises and assignments, including matrix operations, string manipulations, and more.

## Author

- **Devesh A (@Th3C0d3Mast3r)**
- Collaborators will be credited as per specific contributions to the repository.

## Visualization Tool for Trees and BSTs

If you're studying **Trees** and **Binary Search Trees (BSTs)**, use this visualization tool for better understanding:
- [BST Visualization Tool](https://yongdanielliang.github.io/animation/web/BST.html)

## How to Use (Use in VS Code)

1. **Clone the repository**:
```bash
git clone https://github.com/Th3C0d3Mast3r/C_Codes.git
```

2. **Compile and run** any C file using a C compiler:
```bash
$ gcc filename.c
$ ./a
```

## License

This repository is licensed under the **CC0-1.0 License**. You are free to use and distribute the code with proper credit.