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 library of algorithms and data structures for the Free Pascal Compiler.
Abstractions for Digital Wallets in Julia
Python abstract data structure (ADT) extension
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
Data Structures and Algorithms written in Python with Imperative and Object-Oriented style techniques by implementing Abstract Data Types.
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.
🎁 Abstract data types implementation. C++98 stl style
✔️ Abstract Data Types algorithm in Python
ADT, design patterns, contract programming.
Implementing linked list, stack and queue data strcutures. Providing examples of fundamental and support methods for each. Testing the speed, efficiency, clarity, correctness, and maintainability. Implementing unit tests for each abstract data type.
A list of data structures(and their implementations) I had fun implementing in Java for educational purposes
This repository contains two programs written in C about the stack and queue ADT's
an extensive collection of C++ projects showcasing templates, data structures, filesystem operations, and Unix-style utilities for educational and practical use.
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."