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).
A C-based 8 puzzle solver using graphs and Abstract Data Types and 3 search-algorithms: DFS, BFS, Best-First with Manhattan Distance
Colibri is a fast and lightweight garbage-collected datatype library written in C
A C-based virtual casino game-simulator that includes up to 6 games of chance and implements several different Abstract Data Types (ADTs). Games include: Blackjack, Poker, Higer or Lower, Roulette, Jackpot, and Craps.
C program to sort numbers using 2 stacks.
This repository contains two programs written in C about the stack and queue ADT's
PADS are generic C data structures that use the preprocessor for abstraction.
Implemented Graph ADT and Traversal using Dijkstra's algorithm, priority queue ( Binomial Heap )
Add a description, image, and links to the abstract-data-structures topic page so that developers can more easily learn about it.
To associate your repository with the abstract-data-structures topic, visit your repo's landing page and select "manage topics."