An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: circular-doubly-linked-list

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.

Language: Java - Size: 665 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shr3yajaisal/C_Data_Structures

This repository contains all the data structure programs in C programming language

Language: C - Size: 115 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

wesleey/advanced-data-structures

Linked lists, Queues, Stacks, Trees, Graphs and Hash tables.

Language: C - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 1

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.

Language: C - Size: 25.4 KB - Last synced at: about 2 hours ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

bkmandge/Data-Structures-Implementations

All "Data Structures" are implemented here

Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

prathwik0/data-structures-in-c

Data Structures in C

Language: C - Size: 246 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 2

ShyrenMore/InterviewPrep

A repo that might help you for Data structures and Algorithms (DSA) interviews

Language: C++ - Size: 9.73 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 5

Floofies/LinkedList

Singly linked, doubly linked, and circular LinkedList classes for JavaScript. Taken from Differentia.js

Language: JavaScript - Size: 20.5 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

Keywcksn/DataStructure

Computer Science 2nd semester - Data Structure

Language: C++ - Size: 2.25 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Anuj-Codes/DSA_WIth_Python_Practice

DSA with Python coding problems

Language: Python - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

plipustel/DSLinkedList

Linked List

Language: Java - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

vecteurNabla/fibonacci_heap_ocaml

Fibonacci Heaps for OCaml (includes circular doubly linked lists)

Language: OCaml - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

JanithDisanayake/Data-Structures-and-Algorithms

Language: Java - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

AdityaKumar444/MySirG_DSA_through_CPP

This repository contains solutions of assignments of DSA through C++ MySirG

Language: C++ - Size: 149 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AdityaKumar444/Ineuron-Assignments-DSA-solutions

This repository contains C++ DSA assignments solutions of C++ bootcamp course of Ineuron

Language: C++ - Size: 126 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

eduardspirache/Galactic-War-CDLL

Command-line game implemented with circular doubly linked lists

Language: C - Size: 3.48 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tfpf/circular-doubly-linked-list-josephus-problem

A circular doubly-linked list implementation. Used to solve the Josephus problem.

Language: C - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

serpest/Deque

Simple deque implementation using a circular doubly linked list with a sentinel

Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

yashsriram/fusion

A circular variant of tetris.

Language: C++ - Size: 5.76 MB - Last synced at: 10 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

Jeffresh/CircularDoublyLinkedList

A Circular Doubly Linked List structure implemented in c++.

Language: C++ - Size: 30.3 KB - Last synced at: 22 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

jaredLunde/cdll-memoize

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

Language: JavaScript - Size: 61.5 KB - Last synced at: 13 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

memr5/Data-Structures

Basic Operations of Various Data-Structures

Language: C - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0