https://github.com/smeltier/data-structures-c
This repository contains C language implementations of the main data structures covered in the Algorithms and Data Structures course. The implementations were developed as part of my hands-on learning process and include sequential lists, linked lists, and other fundamental structures.
https://github.com/smeltier/data-structures-c
algorithms algorithms-and-data-structures c c-language c-programming data data-structures data-structures-c structures-c
Last synced: 7 months ago
JSON representation
This repository contains C language implementations of the main data structures covered in the Algorithms and Data Structures course. The implementations were developed as part of my hands-on learning process and include sequential lists, linked lists, and other fundamental structures.
- Host: GitHub
- URL: https://github.com/smeltier/data-structures-c
- Owner: Smeltier
- License: mit
- Created: 2025-05-12T21:57:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T22:23:45.000Z (7 months ago)
- Last Synced: 2025-05-12T23:22:48.246Z (7 months ago)
- Topics: algorithms, algorithms-and-data-structures, c, c-language, c-programming, data, data-structures, data-structures-c, structures-c
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Data Structures in C
This repository contains C language implementations of the main data structures covered in the Algorithms and Data Structures course. The implementations were developed as part of my hands-on learning process and include sequential lists, linked lists, and other fundamental structures.
The goal is to reinforce concepts through practical application, using clean and organized code.