Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai committed Jan 19, 2023
1 parent c8374c0 commit caab6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ type Interface[T any] interface {
func (t *Tree[T]) DeleteMutable(item T) bool

func (t Tree[T]) Find(item T) (result T, ok bool)
func (t Tree[T]) CoverLPM(item T) (result T, ok bool)
func (t Tree[T]) CoverSPM(item T) (result T, ok bool)
func (t Tree[T]) CoverLCP(item T) (result T, ok bool)
func (t Tree[T]) CoverSCP(item T) (result T, ok bool)
func (t Tree[T]) Intersects(item T) bool

func (t Tree[T]) Covers(item T) []T
Expand Down

0 comments on commit caab6bb

Please sign in to comment.