std_dds.h

Dynamic Data Structures in C

C Programming Language

March 2025 - Present

std_dds (Standard Dynamic Data Structures) is a single file, lightweight C library that implements basic dynamic data structures. Containing essential data structures such as ArrayList, LinkedList, Stack, and Queue, this simple to use library enables functionality not natively provided by the C programming language. Through the use of dynamic memory allocation and type-agnostic pointers, std_dds provides a streamlined developer experience.