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

GitHub topics: doublylinkedlist-operations

BaseMax/DoublyLinkedListC

This is a simple implementation of a doubly linked-list in C. Doubly linked-lists are a type of data structure that are similar to singly linked-lists, but they have a pointer to the previous node in addition to the next node. This allows for traversal in both directions.

Language: C - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

A-geeky-man/Doubly-Linked-List

Python code for the doubly liked list.

Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mhmiyazi/Doublylinkedlist

About Write a program to create a circular doubly linked list and perform insertions and deletions of various cases

Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0