Testdriving polymorphism for threadsafe vector-like structures (fifo, lifo, ringbuffer).
-
Updated
Apr 13, 2020 - C
Testdriving polymorphism for threadsafe vector-like structures (fifo, lifo, ringbuffer).
Plain C typesafe vector data structure.
"Data Structures in C" offers essential data structures implemented in C, including Vectors, Stacks, Queues, Linked Lists, Hash Maps, and Binary Heaps, with detailed operations and usage examples. It also features ADTErr for error handling. Perfect for learning and applying data structure concepts in C.
naïve templated vector datatype in C using preprocessor tricks
Dynamic boolean vector implementation for C programming language.
Dynamic array implementation in C, inspired by C++ vectors.
Math solutions.
Homework for the Computer Programming course @ ACS, UPB 2018
GRASS GIS addon to conditionally remove small areas
jamful single-header math library
Add a description, image, and links to the vector topic page so that developers can more easily learn about it.
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."