https://github.com/abovestars/c-lessons
https://github.com/abovestars/c-lessons
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abovestars/c-lessons
- Owner: aboveStars
- Created: 2025-01-18T19:55:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T20:03:08.000Z (5 months ago)
- Last Synced: 2025-01-18T21:18:23.007Z (5 months ago)
- Language: C
- Size: 252 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures with C - Lessons and Practice Files
Welcome to my **Data Structures with C** repository! This repository contains all the lesson notes, code examples, and practice files I've worked on while taking the course. It's organized to help you easily find materials for specific topics and practice areas.
## About the Course
This course focuses on fundamental data structures and their implementation in C. Key topics include:- Linked Lists
- Stacks
- Queues
- Binary Search Trees
- AVL Trees
- Graphs
- Heaps
- Symmetric Matrices
- Principal Component Analysis (PCA) (Linear Algebra Integration)## Tools Used
- **CLion**: My primary IDE for writing and debugging C code.
- **GCC**: Used for compiling C programs.## Contact
If you have any questions or suggestions, feel free to reach out.### Notes
This repository is a personal learning resource and may not always follow professional coding standards. Constructive feedback is welcome!