Added ability to maintain ordered linked list based on "insertAsc" function. The function takes a comparator function that allows for specific order behavior. If values collide, then FIFO or LIFO order can be maintained based on comparator function implementation.

Dependents:   JobScheduler

Fork of LinkedList by Sam Grove

History

minor debugging changes default tip

2017-07-14, by sgnezdov [Fri, 14 Jul 2017 17:02:05 +0000] rev 15

minor debugging changes


fixed bug in pop with function

2017-07-13, by sgnezdov [Thu, 13 Jul 2017 23:59:55 +0000] rev 14

fixed bug in pop with function


commented out all printf statements, because use is as debug

2017-07-13, by sgnezdov [Thu, 13 Jul 2017 20:00:54 +0000] rev 13

commented out all printf statements, because use is as debug


Changed LinkedList implementation to be in header (for templates), made node hard coded and data is part of template

2017-07-11, by sgnezdov [Tue, 11 Jul 2017 00:15:05 +0000] rev 12

Changed LinkedList implementation to be in header (for templates), made node hard coded and data is part of template


tested descending order

2017-07-10, by sgnezdov [Mon, 10 Jul 2017 16:46:46 +0000] rev 11

tested descending order


marked code as code

2017-07-07, by sgnezdov [Fri, 07 Jul 2017 23:36:03 +0000] rev 10

marked code as code


added test example

2017-07-07, by sgnezdov [Fri, 07 Jul 2017 23:34:33 +0000] rev 9

added test example


added insertAsc function that maintains order of insertion and sort order.

2017-07-07, by sgnezdov [Fri, 07 Jul 2017 23:29:29 +0000] rev 8

added insertAsc function that maintains order of insertion and sort order.


Removed LogUtil dependency

2014-02-23, by Sissors [Sun, 23 Feb 2014 14:09:48 +0000] rev 7

Removed LogUtil dependency


removed old code that was commented out

2013-05-14, by sam_grove [Tue, 14 May 2013 23:06:11 +0000] rev 6

removed old code that was commented out