Projects in Awesome Lists tagged with abstract-data-types
A curated list of projects in awesome lists tagged with abstract-data-types .
https://github.com/brunomnsilva/abstractdatatypesinc
Collection of abstract data types in C language
abstract-data-types adts c clanguage doxygen
Last synced: 03 Oct 2025
https://github.com/mhamdyx/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.
abstract-data-types algorithms c c89 c99 cprogramming cprogramming-language cprogrammingbooks cprograms cprojects data-structures enumeration functions low-level-programming pointers pointers-and-arrays preprocessor-directives problem-solving standard-library string-manipulation
Last synced: 18 Mar 2025
https://github.com/bhgomes/abstractwallets.jl
Abstractions for Digital Wallets in Julia
abstract abstract-data-structures abstract-data-types abstraction abstraction-layer cryptocurrency currency deterministic-wallets digital-asset-management digital-assets digital-currency digital-wallet digital-wallets finance julia julia-language portfolio portfolio-management wallet wallets
Last synced: 07 May 2025
https://github.com/mhamdyx/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.
abstract-data-types algorithms c c89 c99 cprogramming cprogramming-language cprogrammingbooks cprograms cprojects data-structures enumeration functions low-level-programming pointers pointers-and-arrays preprocessor-directives problem-solving standard-library string-manipulation
Last synced: 09 May 2025
https://github.com/joegasewicz/stacks
A stack structure static library written in C with a few extra features
abstract-data-types c cprogramming stack
Last synced: 11 Sep 2025
https://github.com/kevinpollet/go-datastructures
Data structures implementations in Go
abstract-data-types binary-search-tree data-structures datastructures dequeue go golang list queue stack union-find
Last synced: 18 Mar 2025
https://github.com/dfleta/fastbreaktruck
Kata Builder GoF pattern.
abstract-data-types builder-pattern inheritance java patterns solid-principles uml-class-diagram
Last synced: 31 Aug 2025
https://github.com/pidgey0403/map-pathfinder
Pathfinding algorithm to find the optimal pathway given a set of constraints.
abstract-data-types array java pathfinding stack
Last synced: 15 Jun 2025
https://github.com/cpressey/information-hiding-in-scheme
Some simple techniques for information hiding in R5RS Scheme
abstract-data-type abstract-data-types encapsulation information-hiding r5rs r5rs-scheme
Last synced: 05 Mar 2025
https://github.com/anjasfedo/penerapan-adt
Abstract Data Type Implementation on C++
Last synced: 08 Dec 2025
https://github.com/toreda/adt
Suite of simple yet powerful data structures for TypeScript.
abstract-data-types javascript queue stack typed types typescript typescript-generics yarn
Last synced: 04 Apr 2025
https://github.com/mehrajlatifli/datastructuresandalgorithmsincsharp
Examples of Data Structures and Algorithms in C Sharp
abstract-data-types algorithms-and-data-structures array data-structures-and-algorithms fifo graph lifo searching-algorithms sorting-algorithms
Last synced: 04 Mar 2025
https://github.com/fredericbonnet/colibri
Colibri is a fast and lightweight garbage-collected datatype library written in C
abstract-data-structures abstract-data-types c data-structures datatypes garbage-collection garbage-collector memory-allocation
Last synced: 07 Oct 2025
https://github.com/adolbyb/cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
abstract-data-types c-plus-plus class computer-science containerization copy-constructor data-structures deque destructor double-linked-list dynamic-array function-template linked-list memory-allocation operator-overloading queue stack struct vector
Last synced: 30 Dec 2025
https://github.com/baqar-abbas/data-structures---algorithms
This Repo contains the programs related to Data structures and algorithms built using C language, C# (C Sharp), JavaScript and Ruby.
abstract-data-types algorithms algorithms-and-data-structures arrays binary-search c cpp csharp data-structures javascript linear-search linked-list linkedlist queue recursion stack
Last synced: 12 Oct 2025
https://github.com/cestpassion/aeds-ii
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.
234-tree abstract-data-types algorithms-and-data-structures avl-tree binary-search-tree binary-tree c computer-science flexible-abstract-data-types hash-table java learning linux redblack-tree searching-algorithms sorting-algorithms tree tree-structure
Last synced: 13 Oct 2025
https://github.com/maxicorrea/javascript-data-structures
Basic implementation of data structures programmed and tested with javascript and jest.
abstract-data-types adt data-structures javascript jest jest-test jest-tests unit-testing unittest
Last synced: 28 Feb 2025
https://github.com/catseye/define-opaque
MIRROR of https://codeberg.org/catseye/define-opaque : R5RS Scheme macro for defining opaque datatypes
abstract-data-type abstract-data-types define-syntax fits-on-a-page information-hiding opaque-type r5rs-scheme
Last synced: 05 Mar 2025
https://github.com/open-risk-academy/academy-course-dat31050
Supporting material for Academy Course DAT31050
abstract-data-types computation-graph data-science gnn graph-theory knowledge-graph property-database
Last synced: 31 Mar 2025
https://github.com/equiel-1703/trabalho-final-aedi-windows
Trabalho final da disciplina de Algoritmos e Estruturas de Dados I, lecionada pelo prof. Rafael Burlamaqui na Universidade Federal de Pelotas. Essa versão possui uma interface melhor com o usuário, usando da API do Windows.
abstract-data-types avl-tree avl-tree-implementations c windows-api
Last synced: 07 Sep 2025
https://github.com/pidgey0403/nhl-tracker
Determine the champion NHL team by tracking wins and losses.
abstract-data-types binary-tree binary-tree-traversal input-output java queues
Last synced: 21 Feb 2025
https://github.com/arthmis/abstract-data-structures-in-python
Different abstract data structures implemented in python
Last synced: 06 Oct 2025
https://github.com/hk-transfield/python-data-structures
A collection of simple data structures written in Python 3.
abstract-data-types algorithms data-structures data-structures-and-algorithms python python-3
Last synced: 11 Oct 2025
https://github.com/fredericbonnet/coatl
CoATL is a utility and type library written in C and built on Colibri
abstract-data-types c datatypes json json-parser unicode unicode-character-database
Last synced: 20 Oct 2025
https://github.com/hk-transfield/java-data-structures
A collection of basic data structures, written in Java.
abstract-data-types algorithms-and-data-structures binary-search-tree data-structures data-structures-and-algorithms hashtable java linked-list
Last synced: 01 Apr 2025
https://github.com/thegazed/pads
PADS are generic C data structures that use the preprocessor for abstraction.
abstract-data-structures abstract-data-types adt c data-structures ds
Last synced: 09 Apr 2025
https://github.com/davideluque/graph-theory-adt
Graph Theory Abstract Data Types in Java; undirected graph, digraph, vertex, arcs, edges.
abstract-data-types ci2693 graph-theory universidad-simon-bolivar usbve
Last synced: 11 Jul 2025
https://github.com/rynanda/job-collection-scheduler
Using linear data structures and algorithms and developing reusable abstract data types to store and schedule a collection of computing jobs.
abstract-data-types algorithm-analysis algorithms csharp linear-data-structures selection-sort
Last synced: 11 Sep 2025
https://github.com/octokerbs/fcen-algoritmos-2
Software specification - Abstract data types - Big O notation and complexity theory - Software design - Sorting algorithms - Divide and conquer algorithms
abstract-data-types bigonotation cpp sorting-algorithms
Last synced: 13 Aug 2025
https://github.com/equiel-1703/trabalho-final-aedi
Trabalho final da disciplina de Algoritmos e Estruturas de Dados I, lecionada pelo prof. Rafael Burlamaqui na Universidade Federal de Pelotas. Feito por Henrique Gabriel Rodrigues.
abstract-data-types avl-tree avl-tree-implementations c
Last synced: 11 Aug 2025
https://github.com/smallpaes/carcdr
Abstract Data Type: LISP/CarCd for the C programming language.
abstract-data-type abstract-data-types abstractdatatype adt c lisp
Last synced: 21 Mar 2025
https://github.com/mhamdyx/supermarket_management_system
Three different implementations of the same system: Dynamic Array, Linked-List, and Abstract Data Type
abstract-data-types c-programming data-structures dynamic-arrays linked-lists
Last synced: 29 Mar 2025
https://github.com/octokerbs/FCEN-Algoritmos-2
Software specification - Abstract data types - Big O notation and complexity theory - Software design - Sorting algorithms - Divide and conquer algorithms
abstract-data-types bigonotation cpp sorting-algorithms
Last synced: 02 Nov 2025
https://github.com/joegasewicz/linky
Fully complete linked list library 🔗
abstract-data-types adt linked-list linklist
Last synced: 05 Apr 2025
https://github.com/rynanda/project-management-system
Managing a list of tasks in a project using data structures and algorithms.
abstract-data-types algorithms csharp data-structures depth-first-search topological-sort
Last synced: 14 Mar 2025
https://github.com/rynanda/movie-collection
Using binary search tree algorithm to store and manipulate a movie collection library.
abstract-data-types algorithms big-o-notation binary-search-tree csharp non-linear-data-structures time-efficiency
Last synced: 14 Mar 2025
https://github.com/caiofov/datastructures-oz
Data structures implemented in Oz
abstract-data-types data-structures dictionary oz stack tree-structure
Last synced: 06 Apr 2025
https://github.com/valentinp72/abstractdatatypes
Binary tree, Stack, Queue, List, ...
abstract-data-types binary-trees lists queues stack
Last synced: 14 Mar 2025
https://github.com/bhgomes/abstractrationals.jl
Abstractions for Rational Numbers
abstract-data-types abstraction julia julia-language julia-package ratio rational rational-numbers ratios
Last synced: 03 Jan 2026