double-linked-list
There are 187 repositories under double-linked-list topic.
dlang-community/containers
Containers backed by std.experimental.allocator
Muddz/Regret
[Moved to MavenCentral] An undo-redo Android library which works with any objects and with an easy implementation. Perfect for drawing, text and photo editing apps.
TashinParvez/DSA_1_UIU
All DSA topics covered in UIU DSA-I course, both lab and theory courses. Check DSA-2 Topics: https://github.com/TashinParvez/Data_Structure_and_Algorithms_2_UIU
llefranc/42_ft_containers
School project: reimplement the STL containers (using allocator, double linked list and AVL binary trees).
psprawka/Libft
42 library of basic C functions - queues, lists, memory operations and more :smile:
blakeembrey/deque
JavaScript implementation of a double-ended queue
attractivechaos/dlist
Five implementations of double linked lists to demonstrate generic data structures in C
kkbughunter/Data-Structure
Data Structure and Algorithms
dolong2110/long-banking-system
Online bank system with Python
leandrolcampos/coursera-dsa
Some solutions for Data Structures and Algorithms Specialization at Coursera.
Marian-Vittek/sglib
SGLIB - a simple generic library for C
Vaggelis-Arg/C-data-structures
Basic data structures in C with useful comments and explanations
harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
oaizab/push-swap
Push swap is a program that sort a stack of integers using only 2 stacks.
FelipeCRamos/ELIS
A simple CLI text editor using double-linked lists on C++
wahab-hac/Contact_Book
Data Structure Mini Project on C++ "Contact Book" in CMD | 2022
Maheshwari2604/Competitive-Programming-linkedlist-and-Stack-
Competitive programming through python
MechaDragonX/CPPCollections
Implementations of some collections in C++. Contains basic versions of a single/double linked list, queue, and stack.
metallicgloss/London-Underground-Route-Planner
Underground Route Planner - a Django application to allow for the fastest route planning across the London underground network.
ngljcb/px-riscv-double-linkedlist
RISC-V assembly program for my computer architecture university course which simulates a double linked-list & implements main functions.
Academify/INF213
[INF 213] Repositório dos arquivos da disciplina de Estrutura de Dados, lecionada na Universidade Federal de Viçosa em 2020 - 2021.
burhanahmed1/DSA
Practice Codes for Data Structures and Algorithms in C++
can-dy-jack/linkedlist
LinkedList and DoubleLinkedList implementation in JavaScript
caupolicanre/AyED-TP1
Project of practical work N°1 of Algorithms and Data Structures. Tecnicatura Universitaria en Procesamiento y Explotación de Datos, Facultad de Ingeniería UNER. Brehm, Ré. 2022
echenim/GoHackerton
Go data-structure and algorithm implementation this more of a refresher exercise on the basics of theoretical computer science
Floofies/LinkedList
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
gabrielegilardi/HashTable
Hash table and dictionary class implementation using lists and double-linked lists.
Iipal/libdll
Header-only library for work with Double Linked Lists(or Bidirectional Lists)
jmgc/SwiftCollections
Native Swift Collections
kocerenes/language_translation
This program makes eng to tr or tr to eng languages translation.
man-fish/goalgorithms
Algorithms + Data Structures = Programs
MarvinMartin24/Blockchain-Emulation
Double linked List in C to create un basic encrypted - blockchain
Noahnut/vector
simple C++ vector implement by Golang
SmeetMehta/Coding-Questions-GFG
I store the programs solved by me over here.