An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with circular-doubly-linked-list

A curated list of projects in awesome lists tagged with circular-doubly-linked-list .

https://github.com/basemax/circulardoublylinkedlistc

This is a simple implementation of Circular Doubly Linked-List in C. Circular Doubly Linked-List is a data structure that is a combination of a doubly linked list and a circular linked list. It is a linked list where all nodes are connected to each other. It is a circular linked list because all nodes are connected to each other.

c circular-doubly circular-doubly-linked-list circular-doubly-linkedlist circular-linked-list circular-linkedlist circularlinkedlist data-structure datastructure ds linked-list linkedlist

Last synced: 11 Aug 2025

https://github.com/jaredlunde/cdll-memoize

A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure

cdll circular-doubly-linked-list javascript lru memoize

Last synced: 12 Aug 2025

https://github.com/papageorgioumarios/data-structures-circular-doubly-linked-list

Data structure in which list's nodes contain pointers to its previous nodes as well as the next nodes.

circular-doubly-linked-list cpp java python

Last synced: 19 Jul 2025