abstract-data-types
There are 178 repositories under abstract-data-types topic.
pavlosdais/Abstract-Data-Types
A set of efficient data structures in C, created in a generic way
luisespino/data-structures
Examples of Data Structures Programming in Various Programming Languages
evturn/haskellbook
Solutions to exercises from the book Haskell Programming
mhamdyx/C-programming-A-Modern-Approach-2nd-ed-Solutions
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.
20centaurifux/datatypes
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
code-sherpas/kollections
Kollections is a Kotlin open source library to fill the gap that currently exists in the Kotlin Standard Library regarding data structures. :rocket:
lambe-lang/specification
A statically typed functional programming inspired by Haskell, OCaml and Rust.
Vaggelis-Arg/C-data-structures
Basic data structures in C with useful comments and explanations
accarniel/VagueGeometry
The VagueGeometry is a PostgreSQL extension for handling vague spatial data based on the VASA (Vague Spatial Algebra).
brunomnsilva/AbstractDataTypesInC
Collection of abstract data types in C language
Frobeniusnorm/adt-interpreter
Interpreter of simple abstract datatypes
Hysperr/data-structure-code-reference
(OLD) Data structures & abstract data types in C++
bhgomes/AbstractWallets.jl
Abstractions for Digital Wallets in Julia
lambe-lang/compiler
Lambe compiler
braxtons12/Cnx
A Proof-of-Concept for a Modern Standard Library for GNU C 11+
keep-practicing/serendipity
Experience, Learn and Code abstract data structure with python3.
joegasewicz/stacks
A stack structure static library written in C with a few extra features
JuanRomo-dev/ED-UCM
Exercises from Data Structures course in Software Engineering Program from Universidad Complutense de Madrid
kevinpollet/go-datastructures
Data structures implementations in Go
swr1bm86/ADT
ADT support for Clojure
tintin1424/UCLA-CS32
Introduction to Computer Science II with Professor Ambrosio, taken Summer 2022
xoopscube/core
XCube Core
anteskoric/Deque
Implemention of deque in Java
catseye/define-opaque
MIRROR of https://codeberg.org/catseye/define-opaque : R5RS Scheme macro for defining opaque datatypes
cpressey/Information-Hiding-in-Scheme
Some simple techniques for information hiding in R5RS Scheme
Floofies/LinkedList
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
joegasewicz/linky
Fully complete linked list library 🔗
llubu/ADT
Some Data Structure Implementations
oliver-almaraz/AbstractDataTypes
Libraries and examples for abstract datatypes implemented in C.
romanwrites/containers
🎁 Abstract data types implementation. C++98 stl style
TeplrGuy/Java
part of apad - A Program A Day - Java
VitorgsRuffo/ADTs-and-Data-Structures-In-C
This is a personal project which purpose is to define abstract data types (ADTs) and develop some of their data structure implementations.
888-Rome/algoritmos-y-estructuras-de-datos-2
Repositorio de TP de Algoritmos y Estructuras de Datos II (UADE, prof. Nicolás Pérez). Contiene implementaciones de TDAs, grafos, árboles y estructuras fundamentales, con recorridos, operaciones y tests prácticos.
Het-07/Treap-Data-Structure
Binary Search Tree(BST) + Heap = Treap Data Structure
pedroMVicente/go-game-implementation
Complete Python implementation of the Go board game with ADTs and functional programming. Features 9×9/13×13/19×19 boards, full rule enforcement (Ko, suicide), territory calculation, and scoring system. Academic project for IST's Fundamentals of Programming course.
vitorpbarbosa7/6.005_software_construction_mit
MIT 6.005 Undergraduate Software Construction