An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: arraylist-c

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.

Language: C - Size: 51.8 KB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

TIMESTICKING/Ctruct_SD

Data Structures in pure C. Autoincrement ArrayList, Bi-directional LinkedList, Bi-directional circular LinkedList, Circular Queue, Arbitrary Tree, Stack, Dictionary and Iterator.

Language: C - Size: 547 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0