circular-doubly-linked-list
Here are 22 public repositories matching this topic...
Sort:Most stars
A repo that might help you for Data structures and Algorithms (DSA) interviews
- Updated
Oct 4, 2023 - C++
Data Structures - Circular doubly linked list project with various methods
- Updated
Apr 30, 2018 - Java
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.
- Updated
Dec 19, 2022 - C
A circular variant of tetris.
- Updated
Aug 4, 2020 - C++
Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js
- Updated
Apr 3, 2024 - JavaScript
Linked lists, Queues, Stacks, Trees, Graphs and Hash tables.
- Updated
Jul 21, 2024 - C
This repository contains solutions of assignments of DSA through C++ MySirG
- Updated
Apr 6, 2023 - C++
Song Playlist Using C# Windows Presentation Foundation(WPF). Basically use Circular doubly Linked List for change the next and previous songs. and add the Selection and bubble sort methods to sort the song list.
- Updated
Jul 16, 2023 - C#
Linked List
- Updated
Oct 18, 2024 - Java
A versatile LRU memoization function for Javascript which uses a circular doubly linked list as the cache's data structure
- Updated
Apr 6, 2019 - JavaScript
Basic Operations of Various Data-Structures
- Updated
Dec 1, 2018 - C
DSA with Python coding problems
- Updated
Jan 4, 2024 - Python
All "Data Structures" are implemented here
- Updated
May 3, 2024 - Python
Computer Science 2nd semester - Data Structure
- Updated
Feb 21, 2024 - C++
Data structure in which list's nodes contain pointers to its previous nodes as well as the next nodes.
- Updated
Feb 23, 2023 - Java
This repository contains C++ DSA assignments solutions of C++ bootcamp course of Ineuron
- Updated
Mar 21, 2023 - C++
A Circular Doubly Linked List structure implemented in c++.
- Updated
Aug 27, 2018 - C++
Improve this page
Add a description, image, and links to thecircular-doubly-linked-list topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thecircular-doubly-linked-list topic, visit your repo's landing page and select "manage topics."