[TriPython] time series approach

Mark Hutchinson aikimark at aol.com
Tue Jun 2 12:28:38 CEST 2015


Will


If you merge these two (assumed sorted) lists, you could iterate the merged list once, looking for adjacent items less than one second apart.  If they are different 'types', then you would retain that value/data.


You can do this without physically merging the two lists, but the code would more complicated to keep the two lists in sync - a matching/sorting merge problem variant.


Mark


More information about the TriZPUG mailing list