DoubleLinkedList

A templated class for creating dynamic Double Linked Lists. A Double Linked List is a Linked List where each node points to the next node and the previous node.

Author
Brayden Anderson
Website
https://github.com/braydenanderson2014/C-Arduino-Libraries/tree/main/lib/DoubleLinkedList
Github
https://github.com/braydenanderson2014/C-Arduino-Libraries
Category
Data Processing
License
Apache 2.0
Library Type
Contributed
Architectures
Any

This library provides an easy and efficient way to create dynamic Double Linked Lists in Arduino projects. It supports various operations such as append, insert, and remove, among others.

Downloads

Filename Release Date File Size
DoubleLinkedList-1.0.0.zip 12.87 KiB