There are 2 repositories under abstract-data-types topic.
A set of efficient data structures in C, created in a generic way
Examples of Data Structures Programming in Various Programming Languages
Solutions to exercises from the book Haskell Programming
My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.
Kollections is a Kotlin open source library to fill the gap that currently exists in the Kotlin Standard Library regarding data structures. :rocket:
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
A statically typed functional programming inspired by Haskell, OCaml and Rust.
Basic data structures in C with useful comments and explanations
The VagueGeometry is a PostgreSQL extension for handling vague spatial data based on the VASA (Vague Spatial Algebra).
Collection of abstract data types in C language
Interpreter of simple abstract datatypes
(OLD) Data structures & abstract data types in C++
Abstractions for Digital Wallets in Julia
Lambe compiler
A Proof-of-Concept for a Modern Standard Library for GNU C 11+
Experience, Learn and Code abstract data structure with python3.
A stack structure static library written in C with a few extra features
Exercises from Data Structures course in Software Engineering Program from Universidad Complutense de Madrid
Data structures implementations in Go
Introduction to Computer Science II with Professor Ambrosio, taken Summer 2022
Implemention of deque in Java
MIRROR of https://codeberg.org/catseye/define-opaque : R5RS Scheme macro for defining opaque datatypes
Some simple techniques for information hiding in R5RS Scheme
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
Libraries and examples for abstract datatypes implemented in C.
🎁 Abstract data types implementation. C++98 stl style
This is a personal project which purpose is to define abstract data types (ADTs) and develop some of their data structure implementations.
Destinado a estudantes e entusiastas que desejam aprimorar seus conhecimentos em AEDs II, neste repositório, você encontrará desde guias de comandos, compiladores, SO etc, até códigos de programas e soluções para exercícios de laboratório. O conteúdo está organizado de forma a facilitar a navegação e o aprendizado contínuo.
A disciplina discute as principais formas, técnicas, algoritmos e estruturas para organizar, classificar e recuperar as informações na memória de sistemas computacionais. Também possibilita a avaliação da complexidade das soluções adotadas para o armazenamento da informação nos sistemas computacionais.
Binary Search Tree(BST) + Heap = Treap Data Structure
A C-based 8 puzzle solver using graphs and Abstract Data Types and 3 search-algorithms: DFS, BFS, Best-First with Manhattan Distance
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.