Skip to content

Releases: ivanseidel/LinkedList

v1.3.3

10 Mar 05:39
0439a72
Compare
Choose a tag to compare

Fixes bug on internal test file that caused compilation errors

v1.3.2

10 Apr 14:09
90d2967
Compare
Choose a tag to compare
Update library.properties

v1.3.1

10 Apr 13:57
dac3874
Compare
Choose a tag to compare
Update library.properties

v1.2.3 fixes inconsistent use of NULL

10 Jun 15:46
Compare
Choose a tag to compare
  • Fixes NULL use
  • Makes example loop only once

v1.2.2 Compatible with 1.5.x library format

08 Apr 05:01
Compare
Choose a tag to compare
  • Compatible with 1.5.x library format
  • Added Keywords for cuteness

Version 1.2.1 (hot fix)

20 Jun 20:18
Compare
Choose a tag to compare

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

Version 1.2

17 Feb 19:47
Compare
Choose a tag to compare

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

Version 1.1

03 Sep 22:02
Compare
Choose a tag to compare

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

21 Jul 00:51
Compare
Choose a tag to compare

Version History

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