Releases: ivanseidel/LinkedList
Releases · ivanseidel/LinkedList
v1.3.3
v1.3.2
Update library.properties
v1.3.1
Update library.properties
v1.2.3 fixes inconsistent use of NULL
- Fixes NULL use
- Makes example loop only once
v1.2.2 Compatible with 1.5.x library format
- Compatible with 1.5.x library format
- Added Keywords for cuteness
Version 1.2.1 (hot fix)
Version History
1.2.1 (2014-07-20)
: Hot fixes.1.2 (2014-02-17)
: Added examples (ClassList
andSimpleIntegerList
)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
Version 1.2
Version History
1.2 (2014-02-17)
: Added examples (ClassList
andSimpleIntegerList
)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
Version 1.1
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
Version 1.0
Version History
1.0 (2013-07-20)
: Original release