A set of efficient data structures in C, created in a generic way
-
Updated
Oct 3, 2023 - C
A set of efficient data structures in C, created in a generic way
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
Basic data structures in C with useful comments and explanations
The VagueGeometry is a PostgreSQL extension for handling vague spatial data based on the VASA (Vague Spatial Algebra).
Collection of abstract data types in C language
My solutions to the C Programming A Modern approach book 2nd edition. These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.
A Proof-of-Concept for a Modern Standard Library for GNU C 11+
A stack structure static library written in C with a few extra features
This is a personal project which purpose is to define abstract data types (ADTs) and develop some of their data structure implementations.
Some Data Structure Implementations
A C-based 8 puzzle solver using graphs and Abstract Data Types and 3 search-algorithms: DFS, BFS, Best-First with Manhattan Distance
A C11 library providing generic type-safe data structures compiling to actual structures and functions.
A disciplina discute as principais formas, técnicas, algoritmos e estruturas para organizar, classificar e recuperar as informações na memória de sistemas computacionais. Também possibilita a avaliação da complexidade das soluções adotadas para o armazenamento da informação nos sistemas computacionais.
Libraries and examples for abstract datatypes implemented in C.
A project involving performance analysis of a social network by employing various data mining techniques to extrapolate "influencers" , "followers" and "communitites" that exist within the network.
Colibri is a fast and lightweight garbage-collected datatype library written in C
A data structures class exercise to learn more about abstract data types in C.
Utilização do Tipo Abstrato de Dados (TAD) "heap", que funcionará como uma fila de prioridades.
Add a description, image, and links to the abstract-data-types topic page so that developers can more easily learn about it.
To associate your repository with the abstract-data-types topic, visit your repo's landing page and select "manage topics."