void-pointers
Here are 9 public repositories matching this topic...
A set of efficient data structures in C, created in a generic way
-
Updated
Oct 3, 2023 - C
All algorithms and datastructures from Introduction to Algorithms (CLRS) in C
-
Updated
Oct 18, 2025 - C
Binary Search Trees, Splay Trees and Red Black Trees implemented in C
-
Updated
Jan 4, 2018 - C
Writing my own library with standard functions in C.
-
Updated
Dec 10, 2022 - C
Create dynamically-allocated arrays of any data type in the C language.
-
Updated
Dec 14, 2023 - C
Void data pointers manager for dedications by value, managing: insertion, deletion, finding, and printing operations.
-
Updated
Mar 20, 2024 - C
A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.
-
Updated
Nov 11, 2025 - C++
Implementação de Vetor Ordenado Genérico (ADT) em C. Utiliza ponteiros void e callbacks de comparação para manter a ordenação na inserção (Insertion Sort logic) com suporte a polimorfismo.
-
Updated
Dec 10, 2022 - C
Implementação genérica de Heap Binária (Fila de Prioridade) em C. Utiliza manipulação de ponteiros void e callbacks de comparação para suportar ordenação polimórfica de qualquer tipo de dado.
-
Updated
Dec 10, 2022 - C
Improve this page
Add a description, image, and links to the void-pointers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the void-pointers topic, visit your repo's landing page and select "manage topics."