double-linked-list
There are 204 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
ngljcb/px-riscv-double-linkedlist
RISC-V assembly program for my computer architecture university course which simulates a double linked-list & implements main functions.
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++
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.
wahab-hac/Contact_Book
Data Structure Mini Project on C++ "Contact Book" in CMD | 2022
Alireza-Ardalani/N-Digits-Calculator
This calculator supports arbitrary-length numbers and five basic operations (+, -, *, /, %) using a double linked list.
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
Charlot-DEDJINOU/C-Data-Structures
Advanced implementations of classic data structures in C, including linked lists, stacks, queues, and binary search trees. Useful for deepening your understanding of memory management and pointer manipulation in C.
gabrielegilardi/HashTable
Hash table and dictionary class implementation using lists and double-linked lists.
i-am-junayed/data-structure
Practice problems with solutions for Data Structure.
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
Noahnut/vector
simple C++ vector implement by Golang
Paltoudara/_DOUBLE_LINKED_LIST_
_DOUBLE_LINKED_LIST
SmeetMehta/Coding-Questions-GFG
I store the programs solved by me over here.