16 Commits

Author SHA1 Message Date
Daniel Gil
2d951cee05 Added License, Readme and Changelog files. Remove Sort() from Intervals interface (not needed because it's called on each operation). 2018-06-28 15:50:17 +02:00
Daniel Gil
a2babcb962 extracted plot functionality into plot.go file 2018-06-01 14:28:57 +02:00
Daniel Gil
c615a3d820 fixed example (now calls the renamed method for getting intervals) 2018-06-01 10:50:15 +02:00
Daniel Gil
217eb78ab4 Added self adjustment minLow and maxHigh values. Renamed Get method to GetIntervals. Removed Report method, moved functionality to the Intervals Springer implementation. Added GetMinLow and GetMaxHigh methods. 2018-06-01 10:46:19 +02:00
Daniel Gil
1d6fd664fa Created new Add function whic allows pass directly low, high and object. 2018-05-31 14:46:54 +02:00
Daniel Gil
f9d1375f1e Added merge and find testcases. 2018-05-31 09:24:37 +02:00
Daniel Gil
98c89357f5 Added check for valid interval in Add function. Added overlap testcases. 2018-05-30 17:16:04 +02:00
Daniel Gil
5128012518 Added gaps testcases. Fixed calculateGaps function. 2018-05-30 11:41:13 +02:00
Daniel Gil
90c4e64922 Added control to prevent invalid low/high ranges 2018-05-29 17:51:41 +02:00
Daniel Gil
6702d50231 Added inclusive / exclusive functionality 2018-05-29 16:08:17 +02:00
Daniel Gil
6fdaa341ff Correction on merge. Added Get. Added example. 2018-05-29 10:10:33 +02:00
Daniel Gil
01cb3ccd23 Added merge functionality 2018-05-28 09:53:03 +02:00
Daniel Gil
786bcb162b splited big file into smaller files by functionality 2018-05-25 13:02:52 +02:00
Daniel Gil
941fe9746a fixed gaps calculations 2018-05-24 18:45:37 +02:00
Daniel Gil
7255f129f5 Added FindIntervalsForValue. Function renaming. 2018-05-24 14:51:00 +02:00
Daniel Gil
21187ac4df first commit 2018-05-24 14:14:10 +02:00