abstract-data-structures
There are 23 repositories under abstract-data-structures topic.
pavlosdais/Abstract-Data-Types
A set of efficient data structures in C, created in a generic way
20centaurifux/datatypes
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
bhgomes/AbstractWallets.jl
Abstractions for Digital Wallets in Julia
alvarofpp/python-adt-extension
Python abstract data structure (ADT) extension
lukaszcz/pascaladt
A library of algorithms and data structures for the Free Pascal Compiler.
fredericbonnet/colibri
Colibri is a fast and lightweight garbage-collected datatype library written in C
IgnacioGameolay/8-Puzzle-Solver
A C-based 8 puzzle solver using graphs and Abstract Data Types and 3 search-algorithms: DFS, BFS, Best-First with Manhattan Distance
IgnacioGameolay/VirtualCasinoIDL
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.
MorganBergen/Python-Algorithms
Data Structures and Algorithms written in Python with Imperative and Object-Oriented style techniques by implementing Abstract Data Types.
ncasteln/42-push_swap
C program to sort numbers using 2 stacks.
qblkflw/libadt
Abstract data types
romanwrites/containers
🎁 Abstract data types implementation. C++98 stl style
senavs/AbstractDataTypes
:heavy_check_mark: Abstract Data Types algorithm in Python
YaphetS7/OOAP
ADT, design patterns, contract programming.
DominikHommer/CppPracticeProjects
an extensive collection of C++ projects showcasing templates, data structures, filesystem operations, and Unix-style utilities for educational and practical use.
JasonBallantyne/AbstractDataTypes
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.
KithM4/Data-Structures-and-Algorithms
This repository is dedicated to providing comprehensive resources for understanding and implementing fundamental data structures and algorithms. Inside this repository, you'll discover Implementation Examples & Algorithmic Techniques.
mayankaga94/Graph-ADT
Implemented Graph ADT and Traversal using Dijkstra's algorithm, priority queue ( Binomial Heap )
RysteQ/Abstract-Data-Structures
This repository contains two programs written in C about the stack and queue ADT's
TheGAzed/pads
PADS are generic C data structures that use the preprocessor for abstraction.
tktajwar/heap-array
Heap tree data structure
DLozanoNavas/MyJavaDataStructures
My Data Structures implementation in Java
waveyboym/Java-data-structures
A list of data structures(and their implementations) I had fun implementing in Java for educational purposes