doubly-linked-list
There are 592 repositories under doubly-linked-list topic.
Crypto-toolbox/HFT-Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
hasancse91/data-structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
morpho-org/morpho-data-structures
Data structures tested and used by the Morpho Protocol.
meatfighter/knuth-elevator
A Go implementation of the elevator simulator described by Donald E. Knuth.
bzdgn/data-structures-in-java
Data structures in detail with java implementations
patilharshal16/data-structures
Computer science data structures and algorithms implementation from scratch
Anwarvic/extra-collections
extra-collections (or extra for short) is a python3 package that provides a pythonic, intuitive, and easy implementation of the most common data structures used in software projects.
zcomert/veri-yapilari-ve-algoritmalar
Veri Yapıları ve Algoritmalar dersinin kod deposudur.
navjindervirdee/data-structures
Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.
ShyrenMore/InterviewPrep
A repo that might help you for Data structures and Algorithms (DSA) interviews
susantabiswas/InterviewPrep
My solution codes for 400+ algorithms and data structure problems. Most common and famous interview placement questions from Data Structures and Algorithms.
ikod/cachetools
python cachetools for dlang
OrionJoshi/Music_Player_Using_LinkedList
Music Player Using Double linked list
besthor/alx-low_level_programming
This repository is a collection of projects written in the C programming language.Whether you're a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills.
olcaytaner/201-DataStructures-Java
Source codes for the Data Structures and Algorithms in C++ and Java book
shreyasvedpathak/Data-Structure-Python
This repository contains my implementation for performing Searching and Sorting Algorithms as well as the implementation of basic Data Structures in Python 3.
eeshannarula29/structlinks
Easily Access and visualize different Data structures including Linked lists, Doubly Linked lists, Binary trees, Graphs, Stacks, Queues, and Matrices.
NetFabric/NetFabric.DoublyLinkedList
An alternative to LinkedList<T> with reverse operation and enumeration without allocation.
olcaytaner/201-DataStructures-CPP
Source codes for the Data Structures and Algorithms in C++ and Java book
SabbitRex/DSA
Data structures & algorithms implemented in Java and solutions to leetcode problems.
agl-alexglopez/ccc
Various containers written for C programmers who need complete control over their memory.
AlokikPathak/data-structures
Implementation of Data Structures in C
agorinenko/data-structures-and-algorithms
Алгоритмы и структуры данных
Ali-Elshorpagi/Data_Structures
Data Structures in C++
cruzelx/Distributed-Cache-System
A simple implementation of distributed cache system
heba-mustafa59/Udemy-Java-Data-Structures-Algorithms-
Udemy-Java-Data-Structures-Algorithms course with LEETCODE Exercises
rahulcode22/Data-structures
All python code of data structures,InterviewBit solutions
15Galan/gt_datalib
Práctica 2 del Taller de Git y GitHub de 42 Málaga
musfiqurR661/Data-Structure-1_UIU
Data Structure and Algorithms I
gfellerph/ts-linked-list
Another doubly linked list with typescript and tests
AhmedKhalafallah1999/Data-Structure
My code during my learning journey.
clarketm/SearchableList
Extend doubly linked list `list.go` with search methods
harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
lvntky/ccontainer
Comprehensive STB style header-only library of data structures implemented in C