This website requires JavaScript.
Explore
Help
Sign In
stale
/
intervals
Watch
1
Star
0
Fork
0
You've already forked intervals
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
13
Commits
1
Branch
3
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
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
example
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
.gitignore
Added inclusive / exclusive functionality
2018-05-29 16:08:17 +02:00
add.go
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
demo_test.go
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
find_test.go
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
find.go
Added control to prevent invalid low/high ranges
2018-05-29 17:51:41 +02:00
gaps_test.go
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
gaps.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
get.go
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
inclusives.go
Added check for valid interval in Add function. Added overlap testcases.
2018-05-30 17:16:04 +02:00
interval.go
splited big file into smaller files by functionality
2018-05-25 13:02:52 +02:00
intervals.go
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
merge_test.go
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
merge.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
overlap_test.go
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
overlap.go
Added control to prevent invalid low/high ranges
2018-05-29 17:51:41 +02:00
report_test.go
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
report.go
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
sort.go
Added inclusive / exclusive functionality
2018-05-29 16:08:17 +02:00
utils.go
Added inclusive / exclusive functionality
2018-05-29 16:08:17 +02:00
Description
A golang library to operate over integer intervals
159
KiB
Languages
Go
100%