BasicLinkedList

Data Processing

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.
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.

Author: Brayden Anderson

Maintainer: Brayden Anderson

Read the documentation

Go to repository

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.