//
pkg.gl
Category
github.com/sebnyberg/leetcode
util
tree
intervaltree
package
0.0.0-20241213082245-5ebc85362f6c
Repository:
https://github.com/sebnyberg/leetcode.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
144 SLOC
#
Structs
IntervalTree
IntervalTree is a modified AVL-tree which can be used to perform O(nlogn) lookups of intervals.