circularlinkedlist
There are 7 repositories under circularlinkedlist topic.
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.
ImRohitSingh/Data-Structures
Data structures implemented using C
ehtishamnaveed/Data-Structure-Project
A contact Book creation project.
itzmeimran/Data-Structures-and-Algorithms
Data structures and algorithms
MihiRrr24/JourneyinDSA
Data Structure And Algorithms Top Algos
swastikaAccolite/NodesInCircle
Nodes X and Y rotate the circle in 12 Steps. Node X travels the circle twice as fast as Node Y. Given initial values of X and Y calculate the point at which they meet each other.