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
11
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
f9d1375f1e
Added merge and find testcases.
2018-05-31 09:24:37 +02:00
example
Added check for valid interval in Add function. Added overlap testcases.
2018-05-30 17:16:04 +02:00
.gitignore
Added inclusive / exclusive functionality
2018-05-29 16:08:17 +02:00
add.go
Added check for valid interval in Add function. Added overlap testcases.
2018-05-30 17:16:04 +02:00
demo_test.go
Added merge and find testcases.
2018-05-31 09:24:37 +02:00
find_test.go
Added merge and find testcases.
2018-05-31 09:24:37 +02:00
find.go
Added control to prevent invalid low/high ranges
2018-05-29 17:51:41 +02:00
gaps_test.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
gaps.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
get.go
Added inclusive / exclusive functionality
2018-05-29 16:08:17 +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 check for valid interval in Add function. Added overlap testcases.
2018-05-30 17:16:04 +02:00
merge_test.go
Added merge and find testcases.
2018-05-31 09:24:37 +02:00
merge.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
overlap_test.go
Added check for valid interval in Add function. Added overlap testcases.
2018-05-30 17:16:04 +02:00
overlap.go
Added control to prevent invalid low/high ranges
2018-05-29 17:51:41 +02:00
report_test.go
Added merge and find testcases.
2018-05-31 09:24:37 +02:00
report.go
Added merge functionality
2018-05-28 09:53:03 +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%