LinkedList Versions Save

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects

v1.3.3

2 years ago

Fixes bug on internal test file that caused compilation errors

v1.3.2

3 years ago

v1.3.1

3 years ago

1.2.3

7 years ago
  • Fixes NULL use
  • Makes example loop only once

1.2.2

9 years ago
  • Compatible with 1.5.x library format
  • Added Keywords for cuteness

v1.2.1

9 years ago

Version History

  • 1.2.1 (2014-07-20): Hot fixes.
  • 1.2 (2014-02-17): Added examples (ClassList and SimpleIntegerList)
  • 1.1 (2013-07-20): Cache implemented. Getting subsequent objects is now O(N). Before, O(N^2).
  • 1.0 (2013-07-20): Original release

v1.2

10 years ago

Version History

  • 1.2 (2014-02-17): Added examples (ClassList and SimpleIntegerList)
  • 1.1 (2013-07-20): Cache implemented. Getting subsequent objects is now O(N). Before, O(N^2).
  • 1.0 (2013-07-20): Original release

v1.1

10 years ago

Version History

  • 1.1 (2013-07-20): Cache implemented. Getting subsequent objects is now O(N). Before, O(N^2).
  • 1.0 (2013-07-20): Original release

v1.0

10 years ago

Version History

  • 1.0 (2013-07-20): Original release