https://github.com/basemax/arraylistc
This is a simple implementation of an ArrayList in C using a struct, a pointer to the struct and a pointer to the array. The array is static and the size of the array is defined when the ArrayList is created.
https://github.com/basemax/arraylistc
array array-c arraylist arraylist-c c c-array
Last synced: 10 months ago
JSON representation
This is a simple implementation of an ArrayList in C using a struct, a pointer to the struct and a pointer to the array. The array is static and the size of the array is defined when the ArrayList is created.
- Host: GitHub
- URL: https://github.com/basemax/arraylistc
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-12-02T14:32:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T16:30:25.000Z (about 3 years ago)
- Last Synced: 2025-03-28T17:08:04.354Z (10 months ago)
- Topics: array, array-c, arraylist, arraylist-c, c, c-array
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0