BasicLinkedList

A templated class for creating dynamic Linked Lists. A Linked List is a Linked List where each node points to the next node in the list.

Author
Brayden Anderson
Website
https://github.com/braydenanderson2014/C-Arduino-Libraries/tree/main/lib/LinkedList
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 Linked Lists in Arduino projects. It supports various operations such as append, insert, and remove, among others.

Downloads

Filename Release Date File Size
BasicLinkedList-1.0.0.zip 11.47 KiB