doubly-circular-linked-list
There are 21 repositories under doubly-circular-linked-list topic.
SabbitRex/DSA
Data structures & algorithms implemented in Java and solutions to leetcode problems.
mhmiyazi/Doublylinkedlist
About Write a program to create a circular doubly linked list and perform insertions and deletions of various cases
GSAUC3/Gsauce-pyds
Advanced-Data Structures for python
AJgthb2002/Photo-Gallery--DSA-Project
Implementation of a photo gallery along with a few image editing tools, using different data structures in c++
GustavoRassi/SortedCircular-DoublyLinkedList
A project I created for my Data Structures and Algorithms course.
m-essam-s/DataStructures
Some dynamic data structures implementation from my perspective.
truongluan303/music-player-and-downloader
A music player that allows the users to download a song from youtube and then play all the songs that have been downloaded with a music player implemented using a circular doubly linked list data structure.
ttcpavle/Linked-Lists
Example of doubly circular linked list with header and polynomial with linked list
alvachon/42_push_swap
This project involves sorting data on a stack Sorted with a derived version of the sandwich theorem and with doubly circular linked ist
andersonhsporto/ft-philosophers
Implementação de Conceitos Básicos de Threads e Mutex. Com Base No “Problema Jantar Dos Filósofos”, Originalmente Formulado Por Edsger Dijkstra.
blueork/Data-Structures-CPP
Implementation of various Data Structures and their applications in C++
hmalykhan/Project
C++ based portfolio project of social media app
krca2021/cs62linkedListImplementation
Lab assignment from CS62 Data Structures & Advanced Programming
ospluscode/LinkedList
LinkedList Data Structure implementation; questions and solutions
AbhinavGunti/Data_Structures
Program codes for all data structures
aetooc/Data-Structures
Commonly Used Data Structures
raorafay-dev/DSA-Lab-7
Doubly Circular Linked List
TebogoYungMercykay/Simple-Task-Manager-System
I made use of linked lists and templates to implement the data structures that are commonly used in task managing systems
vargasleo/marmia-circle-algorithm
implementation of a doubly circular linked list and an algorithm to solve marmia's circle problem (adding nodes to the list in a particular way)
willianlim/push_swap
🔄🔀 With a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and …