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
9
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
5128012518
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
example
Added control to prevent invalid low/high ranges
2018-05-29 17:51:41 +02:00
.gitignore
Added inclusive / exclusive functionality
2018-05-29 16:08:17 +02:00
add.go
splited big file into smaller files by functionality
2018-05-25 13:02:52 +02:00
demo_test.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +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 control to prevent invalid low/high ranges
2018-05-29 17:51:41 +02:00
interval_test.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
interval.go
splited big file into smaller files by functionality
2018-05-25 13:02:52 +02:00
intervals.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
merge.go
Added gaps testcases. Fixed calculateGaps function.
2018-05-30 11:41:13 +02:00
overlap.go
Added control to prevent invalid low/high ranges
2018-05-29 17:51:41 +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%