doubly
Here are 12 public repositories matching this topic...
Doubly linked list.
-
Updated
Nov 1, 2024 - JavaScript
Hi everyone, This project is based on DSA. I've implements patients data using linklist. You could use database or file handling for storage. You could modify it according to your needs.
-
Updated
Mar 28, 2023 - C++
The class is implemented as a doubly-linked list, providing bidirectional iteration capability.
-
Updated
Jun 7, 2024 - C++
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.
-
Updated
Jan 5, 2023 - C
-
Updated
Nov 8, 2019 - Java
Simple implementation of LRU in Python.
-
Updated
Jan 22, 2018 - Python
Improve this page
Add a description, image, and links to the doubly topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the doubly topic, visit your repo's landing page and select "manage topics."