arraylist
Here are 34 public repositories matching this topic...
small c programming exercises
-
Updated
May 26, 2019 - C
A simple C Library that implements a range of basic dynamic data structures.
-
Updated
Apr 6, 2025 - C
ArrayList是一个使用C实现类似于Java ArrayList的高性能扩展。 适用于构建超大数组,比原生数组创建数组使用时间更快,内存占用量更少。
-
Updated
Jun 18, 2020 - C
Implementation of many common data structures all written in C.
-
Updated
Oct 6, 2017 - C
A dynamic array list implementation in C, usable for custom types
-
Updated
Feb 27, 2025 - C
Some Basic Data Structures: ArrayList, LinkedList, HashTable, Buffer(String) ... based on 'ObjectC'
-
Updated
Nov 25, 2022 - C
This is a C generic ArrayList, providing many impotent functionalities needed to store and maintain a dynamically sized collection. Please note that this Array List is specifically designed for C89 (a.k.a ANSI C) but may also work in other versions as well.
-
Updated
Sep 9, 2020 - C
A collection of Arraylist, Linkedlist, Set, and Dict written purely in C for embedded devices.
-
Updated
Apr 18, 2022 - C
A compact and efficient C program to check for spellings in a given file using a given dictionary.
-
Updated
Nov 15, 2017 - C
Java collections and lists for C
-
Updated
Mar 3, 2022 - C
naïve templated vector datatype in C using preprocessor tricks
-
Updated
Oct 1, 2022 - C
Collections implementation on C
-
Updated
Oct 27, 2023 - C
Improve this page
Add a description, image, and links to the arraylist topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arraylist topic, visit your repo's landing page and select "manage topics."