https://github.com/tricktux/data-structures
https://github.com/tricktux/data-structures
c cmake data-structures
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tricktux/data-structures
- Owner: tricktux
- License: gpl-3.0
- Created: 2023-08-04T20:32:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T10:13:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T09:03:40.197Z (9 months ago)
- Topics: c, cmake, data-structures
- Language: C++
- Homepage:
- Size: 55.7 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
Personal interpretation of implementing data structures in C as shown in the [Udemy Data Structures Course](https://www.udemy.com/course/datastructurescncpp/)
## Data Structures Implemented
- Array
- Similar to `std::vector`