abstract-data-types
There are 160 repositories under abstract-data-types topic.
Anjasfedo/Penerapan-ADT
Abstract Data Type Implementation on C++
ashcode028/Mafia
Mafia game simulator using OOPS
cpressey/Information-Hiding-in-Scheme
Some simple techniques for information hiding in R5RS Scheme
dfleta/fastbreaktruck
Kata Builder GoF pattern.
faisalkhan91/Abstract-Data-Type-Implementation
This code represents the array based and the linked-list based ADT implementations in C++. Also both the implementations are extended with functions to find a specific key value in the data structure as well as split the list into two at a particular value.
farhanghazi97/Social-Network-Analysis
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.
fredericbonnet/colibri
Colibri is a fast and lightweight garbage-collected datatype library written in C
guidodinello/Programacion2
Course on Data structures and Abstract Data Types in C such as linked-list, stack, queue, map, chain, iterator, bst tree, avl tree, graph and priority queue.
guiguat/abstract-data-types
A data structures class exercise to learn more about abstract data types in C.
izuzanak/cont
Containers (ADT) generator
KennethTrecy/abstract_chearmyp_node
Abstraction of Chearmyp node.
LoicKonan/Data-Structure-ADT
Data Structure & ADT
lucasvianav/data-structure-adts
Repository for the "SCC0223 - Data Structures" course offered for applied mathematics undergraduates at ICMC - USP, by professor Elaine Parros.
MaxiCorrea/javascript-data-structures
Basic implementation of data structures programmed and tested with javascript and jest.
MorganBergen/Python-Algorithms
Data Structures and Algorithms written in Python with Imperative and Object-Oriented style techniques by implementing Abstract Data Types.
oliver-almaraz/AbstractDataTypes
Libraries and examples for abstract datatypes implemented in C.
pidgey0403/map-pathfinder
Pathfinding algorithm to find the optimal pathway given a set of constraints.
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
Taresu/priority_queues
Utilização do Tipo Abstrato de Dados (TAD) "heap", que funcionará como uma fila de prioridades.
toreda/adt
Suite of simple yet powerful data structures for TypeScript.
YaphetS7/OOAP
ADT, design patterns, contract programming.
5T3PH4NY/TAD_vetores
Trabalho realizado na disciplina de estrutura de dados onde criei, em conjunto com dois outros colegas, um tipo abstrato de dados com funções para o manuseio de vetores.
AdamZieman/2d-coordinate-bst
A data structure that enables the storage and search of points in two-dimensional space. It is implemeneted as a binary tree, where the nodes are partitioned based on their coordinates. The partitioning is done based on a comparator that alternates between comparing the x- and y-coordinates of the points on each level.
GymnasiumEverstenOldenburg/ADT-Implementierungen
Implementationen der ADTs für das Abitur Niedersachsen (KC konform)
machulsky61/Algorithms-and-Data-Structures
This repository covers design principles, C++ class implementations and essential concepts for effective algorithmic problem-solving. It includes abstract data types, algorithm analysis, and advanced techniques with practical exercises and projects for real-world application.
TheGAzed/pads
PADS are generic C data structures that use the preprocessor for abstraction.
baqar-abbas/Data-Structures---Algorithms
This Repo contains the programs related to Data structures and algorithms built using C language, JavaScript and Ruby.
hollyabrams/dsa-arrays-linked-lists
Arrays and Linked Lists exercises.
imasarnago/Algoritmos-y-Estructuras-de-Datos-2
C code made for a subject called "Algorithms and Data Structures 2" from FaMAF, UNC.
joegasewicz/linky
Fully complete linked list library 🔗
maybeanns/CS221-Lab
It includes all the lab tasks of CS221 lab conducted during the session
sofie-aird/Keyword-Search
This program implements the Keyword Searcher class in C++, which allows users to input words from a document and identify the pages and frequencies where specific words appear. Uses Hash tables and Linear dictionaries in Keyword Search methods.