Topic: "doubly-linked-list"
Crypto-toolbox/HFT-Orderbook
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
Language: C - Size: 293 KB - Last synced at: 18 days ago - Pushed at: 7 months ago - Stars: 1,112 - Forks: 264

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
Language: C - Size: 216 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 136 - Forks: 109

morpho-org/morpho-data-structures
Data structures tested and used by the Morpho Protocol.
Language: Solidity - Size: 3.48 MB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 115 - Forks: 13

meatfighter/knuth-elevator
A Go implementation of the elevator simulator described by Donald E. Knuth.
Language: Go - Size: 45.9 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 69 - Forks: 5

bzdgn/data-structures-in-java
Data structures in detail with java implementations
Language: Java - Size: 104 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 58 - Forks: 28

CoolerVoid/Fortress-of-Solitude
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 data in elements. Custom data in detail, other fantastic resources.
Language: C - Size: 317 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 57 - Forks: 3

patilharshal16/data-structures
Computer science data structures and algorithms implementation from scratch
Language: Java - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 49 - Forks: 2

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.
Language: Python - Size: 13.4 MB - Last synced at: 12 days ago - Pushed at: about 2 years ago - Stars: 45 - Forks: 9

zcomert/veri-yapilari-ve-algoritmalar
Veri Yapıları ve Algoritmalar dersinin kod deposudur.
Language: C# - Size: 23.8 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 37 - Forks: 11

ShyrenMore/InterviewPrep
A repo that might help you for Data structures and Algorithms (DSA) interviews
Language: C++ - Size: 9.73 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 5

ikod/cachetools
python cachetools for dlang
Language: D - Size: 2.24 MB - Last synced at: 10 days ago - Pushed at: about 2 months ago - Stars: 28 - Forks: 7

kdgyun/Data_Structure
Language: Java - Size: 82 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 26 - Forks: 10

susantabiswas/InterviewPrep
My solution codes for 400+ algorithms and data structure problems. Most common and famous interview placement questions from Data Structures and Algorithms.
Language: C++ - Size: 283 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 22 - Forks: 11

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.
Language: Java - Size: 40 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 20 - Forks: 24

eeshannarula29/structlinks
Easily Access and visualize different Data structures including Linked lists, Doubly Linked lists, Binary trees, Graphs, Stacks, Queues, and Matrices.
Language: Python - Size: 268 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 8

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.
Language: Python - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 18 - Forks: 8

NetFabric/NetFabric.DoublyLinkedList
An alternative to LinkedList<T> with reverse operation and enumeration without allocation.
Language: C# - Size: 152 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 4

SabbitRex/DSA
Data structures & algorithms implemented in Java and solutions to leetcode problems.
Language: Java - Size: 767 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 2

OrionJoshi/Music_Player_Using_LinkedList
Music Player Using Double linked list
Language: JavaScript - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 16 - Forks: 7

agl-alexglopez/ccc
Various containers written for C programmers who need complete control over their memory.
Language: C - Size: 15.7 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 14 - Forks: 1

olcaytaner/201-DataStructures-Java
Source codes for the Data Structures and Algorithms in C++ and Java book
Language: Java - Size: 59.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 2

AlokikPathak/data-structures
Implementation of Data Structures in C
Language: C - Size: 590 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 2

Ali-Elshorpagi/Data_Structures
Data Structures in C++
Language: C++ - Size: 7.47 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 0

rahulcode22/Data-structures
All python code of data structures,InterviewBit solutions
Language: Python - Size: 108 KB - Last synced at: 7 days ago - Pushed at: about 7 years ago - Stars: 13 - Forks: 7

JoeLeavitt/SkipTrie
Language: Java - Size: 314 KB - Last synced at: about 1 year ago - Pushed at: about 8 years ago - Stars: 13 - Forks: 0

15Galan/gt_datalib
Práctica 2 del Taller de Git y GitHub de 42 Málaga
Language: C - Size: 152 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 38

musfiqurR661/Data-Structure-1_UIU
Data Structure and Algorithms I
Language: C++ - Size: 13.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

olcaytaner/201-DataStructures-CPP
Source codes for the Data Structures and Algorithms in C++ and Java book
Language: C++ - Size: 208 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

agorinenko/data-structures-and-algorithms
Алгоритмы и структуры данных
Size: 1.6 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 10 - Forks: 1

gfellerph/ts-linked-list
Another doubly linked list with typescript and tests
Language: TypeScript - Size: 2.35 MB - Last synced at: 4 days ago - Pushed at: 10 months ago - Stars: 8 - Forks: 2

harismuneer/Doubly-and-Singly-Linked-List
🔗 Complete C++ implementation of two variants of a list: Doubly Linked List and Singly Linked List
Language: C++ - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 7 - Forks: 6

clarketm/SearchableList
Extend doubly linked list `list.go` with search methods
Language: Go - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: over 7 years ago - Stars: 7 - Forks: 0

utsavpatel562/DSA
Data structure & Algorithm
Language: C - Size: 48.8 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

lvntky/ccontainer
Comprehensive STB style header-only library of data structures implemented in C
Language: C - Size: 666 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 6 - Forks: 0

mnpsnuwan/datastructures
A collection of powerful data structures are using java
Language: Java - Size: 1.39 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

zpnst/smart-list
Functional doubly linked list
Language: C++ - Size: 24.4 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

AhmedKhalafallah1999/LeetCode
This is my journey in Problem Solving by using LeetCode... Welcome to every one my name is Ahmed Khalafallah
Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

Hunor85/c-sharp-algorithms-data-structures
:books: C# Algorithms and Data Structures
Language: C# - Size: 39.2 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 3

TebogoYungMercykay/Sudoku-Puzzle-Solver-In-Java__Sparce-Tables
Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.
Language: Java - Size: 244 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 5 - Forks: 0

TheLazyTomcat/lib.LinkedListArray
Doubly linked list implemented inside a dynamic array.
Language: Pascal - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 2

heba-mustafa59/Udemy-Java-Data-Structures-Algorithms-
Udemy-Java-Data-Structures-Algorithms course with LEETCODE Exercises
Language: Java - Size: 85 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 1

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP----
Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥
Size: 211 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 5 - Forks: 1

vedanty3/use-lru-cache
A React hook for managing an LRUCache (Least Recently Used Cache) in your React components.
Language: TypeScript - Size: 39.1 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 2

yukai-yang/R6DS
an R package implementing some useful data structures by using the R6 reference class.
Language: R - Size: 98.6 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

prathwik0/data-structures-in-c
Data Structures in C
Language: C - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 2

a-p-jo/ll
Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more.
Language: C - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

king04aman/Data-Structures-Using-C
Data Structures and algorithm program written in C language. A detailed Data Structure implementations in C with Pseudo code and organized for real world usage.
Language: C - Size: 41 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 1

santhosh-programmer/CS19241-Data-Structures-REC-DigitalCafe
Contains all answers for Rajalakshmi college's Digial cafe CS19241-Data Structures. HAPPY CODING!!!
Language: C - Size: 57.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

nitishdayal/react-whirligig
Because the world needs more carousels 🎠
Language: JavaScript - Size: 181 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 1

panates/doublylinked
Doubly linked list implementation for JavaScript with iterator and array-like interface
Language: JavaScript - Size: 772 KB - Last synced at: 27 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 1

Phantom-fs/C-Programs
Programs created in C language related to different topics like DATA STRUCTURES, ADT, IO etc.
Language: C - Size: 90.8 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

samuelselasi/alx-low_level_programming
ALX Low Level Programming (C)
Language: C - Size: 753 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

FarukErat/Doubly_Linked_List
Dynamic Sized Lists
Language: C++ - Size: 159 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

nandanabhishek/Data-Structures-and-Algorithms
This repo contains programs(well explained) of Data Structures and Algorithms.
Language: C - Size: 3.05 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

TuTomasz/Python-Datastructures
Python datastructures package
Language: Python - Size: 997 KB - Last synced at: 13 days ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 3

radinshayanfar/ca_cache_simulator
AUT Computer Architecture Cache Simulator project
Language: Java - Size: 208 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

RChandana/DSA
Language: Java - Size: 99.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

imharshtiwari/Java-Practice
Practicing on JAVA
Language: Java - Size: 135 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 1

Kaoutherbo/Practical-exercies-linked-list
Some exercices about singly linked list
Language: C - Size: 82 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

Pratik94229/Data_Structures
This repository contains implementations of different data structures in Python. Each data structure is implemented in a separate Python file along with accompanying tests.
Language: Jupyter Notebook - Size: 256 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

Chinmay6345/LeetCode-C-
Contains solutions for problems from LeetCode in c#. Contains only the function and not the entire code.
Language: C# - Size: 451 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

vagabon-09/DSA
In this repo we will see how to implement DSA with C .
Language: C - Size: 2.97 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

jasonheecs/js-data-structures
An npm package containing implementations of various data structures in Javascript.
Language: JavaScript - Size: 326 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

7s9n/Java-Algorithms
The repository provides implementations of various algorithms and mini projects in java.
Language: Java - Size: 424 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

wisdommatt/go-data-structures
A collection of data structures implemented in Go.
Language: Go - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

buwilliams/javascript-tree
A unique approach to JSON tree data structures
Language: JavaScript - Size: 81.1 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 2

mhmiyazi/Doublylinkedlist
About Write a program to create a circular doubly linked list and perform insertions and deletions of various cases
Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

volkansonmez/Algorithms_and_Data_Structures-1
Algorithms and Data Structures for Data Science and Machine Learning
Language: Jupyter Notebook - Size: 114 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

jwerle/doublelist
A doubly linked list suitable for stack allocation.
Language: C++ - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

KennedyTedesco/doubly-linked-list
A doubly-linked list and its iterator in C.
Language: C - Size: 85.9 KB - Last synced at: 8 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

CoolerVoid/ice_doubly_linked_list
Doubly linked list C library, you can carry your custom data
Language: C - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

willdoescode/rust-linked-lists
⚡️Types of Linked Lists in Rust⚡️
Language: Rust - Size: 3.91 KB - Last synced at: 9 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

0xRaffSarr/linkedList
Linked list
Language: C - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 2

rishitsaiya/CS211-DSA-Lab
DSA Lab Course (CS 211), IIT Dharwad
Language: C++ - Size: 2.14 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Chinmay6345/HackerRank
Contains solutions to practice problems in C#
Language: C# - Size: 237 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 1

Swaraj-Deep/data-structures-algorithms
Repository for data structures implementation in cpp
Language: C++ - Size: 72.3 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

Mukheem1603/Data-Structures_-C-
Organize data and manipulate its behaviour using various data structures like stacks,queues and linked lists.These basic C programs will make you visualize the functioning of data structures.Happy coding..!✨
Language: C - Size: 28.3 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 3

jventura1738/COSC220
Fall '19 | Grade: A (Data Structures and Algorithms)
Language: C++ - Size: 396 KB - Last synced at: 8 days ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

akashjain04/Phone-Book-with-DLL
Phone Book application to demonstrate Doubly Linked List with header concept.
Language: C - Size: 21.5 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

sneha-tarnekar/java-data-structure-algo
Data structure and algorithms to brush up concepts. Solved problems in Java related to common data structures.
Language: Java - Size: 183 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

elmomoilanen/Halloc
Heap memory allocator
Language: C - Size: 122 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

ORESoftware/linked-queue
Linked-list / linked-queue for constant time operations on a FIFO queue.
Language: TypeScript - Size: 219 KB - Last synced at: 19 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

tsdotnet/linked-list
A doubly (bidirectional) linked list. Acts as a safe, value focused wrapper for a linked-node-list.
Language: TypeScript - Size: 660 KB - Last synced at: 11 days ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

wesleey/advanced-data-structures
Linked lists, Queues, Stacks, Trees, Graphs and Hash tables.
Language: C - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

Swarnim55/DSinTS
Having fun with TS (DS Roadmap from roadmap.sh)
Language: TypeScript - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

burhanahmed1/DSA
Practice Codes for Data Structures and Algorithms in C++
Language: C++ - Size: 118 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Floofies/LinkedList
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
Language: JavaScript - Size: 20.5 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

SwarnenduRC/DataStructures
Console application to test various data structueres built locally
Language: C++ - Size: 158 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

pkp09/DataStructure
Topics : Stack, Queue, Singly-Linked-List, Doubly-Linked-List, Circular-Linked-List, Tree-Structure, Searching, Sorting, Concurrent API, Multi-Threading and Java8
Language: Java - Size: 254 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

cruzelx/Distributed-Cache-System
A simple implementation of distributed cache system
Language: Go - Size: 85.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

GSAUC3/Gsauce-pyds
Advanced-Data Structures for python
Language: Python - Size: 63.5 KB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

nishant7372/Basic_Data_Structures
Basic Data Structures + LeetCode Problem Approaches
Language: Java - Size: 85 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

vinitshahdeo/LRUCache
Implementation of LRUCache using Map and Doubly Linked List in JavaScript
Language: JavaScript - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

JanithDisanayake/Data-Structures-and-Algorithms
Language: Java - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Vaneeza-7/Data-Structures-Labs
Data Structures implemented in C++
Language: C++ - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

maiconpml/data-structures
A simple collection of data structures in C and C++
Language: C - Size: 64.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

D-lana/push_swap
Push_swap - sort on a "stack"
Language: C - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Jojan-Esteban-Serna/appDemoColecciones
Proyecto de estructuras de datos simples
Language: C# - Size: 45.9 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

govindansriram/DataStructuresAndAlgorithms
Collection of DataStructures and various other algorithms made from scratch
Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

kamilhan-karaismailoglu/Practices-Related-To-Doubly-Linked-Lists
The program making comparison between doubly linked lists created by values read from text file. Made with C. This program was written for the Data Structures lecture.
Language: C - Size: 28.3 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0
