https://github.com/farukalpay/dynamicarray
This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.
https://github.com/farukalpay/dynamicarray
array-manipulation c c-datastructures c-library cs-fundamentals custom-allocator data-structure dynamic-array educational embedded-c generic-programming header-only learn-c low-level memory-management pointer-arithmetic resizable-array stdvector-alternative systems-programming vector
Last synced: 4 months ago
JSON representation
This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.
- Host: GitHub
- URL: https://github.com/farukalpay/dynamicarray
- Owner: farukalpay
- License: mit
- Created: 2023-12-26T21:22:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T18:09:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-05T23:26:36.500Z (5 months ago)
- Topics: array-manipulation, c, c-datastructures, c-library, cs-fundamentals, custom-allocator, data-structure, dynamic-array, educational, embedded-c, generic-programming, header-only, learn-c, low-level, memory-management, pointer-arithmetic, resizable-array, stdvector-alternative, systems-programming, vector
- Language: C
- Homepage:
- Size: 166 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- License: LICENSE