doubly-linked-list topic

List doubly-linked-list repositories

extra-collections

44
Stars
9
Forks
Watchers

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.

data-structures

141
Stars
109
Forks
Watchers

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...

HFT-Orderbook

941
Stars
249
Forks
Watchers

Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C

Fortress-of-Solitude

55
Stars
3
Forks
Watchers

This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom d...

knuth-elevator

70
Stars
5
Forks
Watchers

A Go implementation of the elevator simulator described by Donald E. Knuth.

data-structures-in-java

57
Stars
28
Forks
Watchers

Data structures in detail with java implementations

InterviewPrep

28
Stars
12
Forks
Watchers

My solution codes for 400+ algorithms and data structure problems. Most common and famous interview placement questions from Data Structures and Algorithms.

NetFabric.DoublyLinkedList

17
Stars
5
Forks
Watchers

An alternative to LinkedList<T> with reverse operation and enumeration without allocation.

data-structures

32
Stars
25
Forks
Watchers

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...