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

https://github.com/abovestars/c-lessons


https://github.com/abovestars/c-lessons

Last synced: 3 months ago
JSON representation

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!