abstract-data-structures
Here are 28 public repositories matching this topic...
A set of efficient data structures in C, created in a generic way
-
Updated
Oct 3, 2023 - C
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
-
Updated
Oct 7, 2023 - C
A library of algorithms and data structures for the Free Pascal Compiler.
-
Updated
Aug 10, 2024 - Pascal
Python abstract data structure (ADT) extension
-
Updated
Sep 26, 2019 - Python
Abstractions for Digital Wallets in Julia
-
Updated
Oct 17, 2020 - Julia
Colibri is a fast and lightweight garbage-collected datatype library written in C
-
Updated
Aug 6, 2025 - C
🎁 Abstract data types implementation. C++98 stl style
-
Updated
May 25, 2021 - C++
C program to sort numbers using 2 stacks.
-
Updated
Jul 9, 2024 - C
A C-based 8 puzzle solver using graphs and Abstract Data Types and 3 search-algorithms: DFS, BFS, Best-First with Manhattan Distance
-
Updated
May 26, 2024 - 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.
-
Updated
Jul 1, 2024 - C
✔️ Abstract Data Types algorithm in Python
-
Updated
Jul 8, 2019 - Python
Data Structures and Algorithms written in Python with Imperative and Object-Oriented style techniques by implementing Abstract Data Types.
-
Updated
Jun 3, 2024 - Python
ADT, design patterns, contract programming.
-
Updated
Sep 6, 2020 - Java
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.
-
Updated
May 20, 2021 - Jupyter Notebook
This repository contains two programs written in C about the stack and queue ADT's
-
Updated
Mar 26, 2023 - C
-
Updated
Jan 9, 2025 - Java
A list of data structures(and their implementations) I had fun implementing in Java for educational purposes
-
Updated
Nov 24, 2022 - Java
Implemented Graph ADT and Traversal using Dijkstra's algorithm, priority queue ( Binomial Heap )
-
Updated
Nov 4, 2020 - C
A library of generic data structures in C.
-
Updated
Sep 13, 2023 - C
Improve this page
Add a description, image, and links to the abstract-data-structures topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the abstract-data-structures topic, visit your repo's landing page and select "manage topics."