Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/th3c0d3mast3r/c_codes
- Owner: Th3C0d3Mast3r
- License: cc0-1.0
- Created: 2023-11-24T17:26:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:19:13.000Z (27 days ago)
- Last Synced: 2024-12-11T15:28:48.768Z (27 days ago)
- Language: C
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.