abstract-data-types
There are 159 repositories under abstract-data-types topic.
pavlosdais/Abstract-Data-Types
A set of efficient data structures in C, created in a generic way
evturn/haskellbook
Solutions to exercises from the book Haskell Programming
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:
20centaurifux/datatypes
A collection of various datatypes in C (linked lists, stack, queue, red-black tree, hash table and associated array).
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.
SuperMoudy/C-programming-A-Modern-Approach-2nd-ed-Solutions
My solutions to the C Programming A Modern approach book 2nd edition. 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.
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
tintin1424/UCLA-CS32
Introduction to Computer Science II with Professor Ambrosio, taken Summer 2022
xoopscube/core
XCube Core
zjhmale/ADT
ADT support for Clojure
anteskoric/Deque
Implemention of deque in Java
Floofies/LinkedList
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
llubu/ADT
Some Data Structure Implementations
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.
ADolbyB/cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
ArcTik44/adt_bootstrap
Maturitní projekt pro rok 2022/23 DELTA - SŠIE
caupolicanre/AyED-TP2
Repository to upload the project of the practical work N°2 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, Ré. 2022
degawa/enumul
an incomplete typed enumerator emulator for Fortran
Gabriel-Lucena/PTBEDDA
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.
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.
MehrajLatifli/DataStructuresAndAlgorithmsInCSharp
Examples of Data Structures and Algorithms in C Sharp
mutable-learning/vce_algorithmics
A text book for students studying VCE Algorithmics
sequpt/ctl
A C11 library providing generic type-safe data structures compiling to actual structures and functions.