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
Math solutions.
Dynamic boolean vector implementation for C programming language.
Dynamic array implementation in C, inspired by C++ vectors.
small vector classes for mruby
C library for matrix operations/ C библиотека для работы с матрицами
A library of generic data structures in C.
Big matrix Multiplication with threads, processes and using IPC(pipelines)
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."