Learning purposes only. =D
A simple and naive implementation of a resizable array in C.
This project uses Meson.
After cloning:
$ meson builddir
It will generate the buildir
, then you can run the tests:
$ meson test -C builddir/ -v
Testing using Valgrind (a tool to find memory leaks):
$ meson test -C builddir/ -v --wrap=valgrind
- Doubly-linked list and its iterator