doubly
There are 12 repositories under doubly topic.
wooorm/linked-list
Minimalistic linked lists
klaudiosinani/doublie
Doubly circular & linear linked lists for ES6
stdlib-js/utils-doubly-linked-list
Doubly linked list.
BaseMax/DoublyLinkedListC
This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.
BrandonWallace2K/DoublyLinkedList
The class is implemented as a doubly-linked list, providing bidirectional iteration capability.
NLTN/DoublyLinkedList
Playing with Doubly Linked List
Progambler227788/Patient-Management-System
Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.
aulb/Python-LRU
Simple implementation of LRU in Python.
maximilianMairinger/fastLinkedList
General purpose, but clean doubly Linked List implementation for the web