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

GitHub topics: doublylinkedlist-operations

A-geeky-man/Doubly-Linked-List

Python code for the doubly liked list.

Language: Python - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 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: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

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: 8 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0