Skip to content

nickjameswebb/intervaltree-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

intervaltree-go

An interval tree implemented in Go. Currently in progress.

Goals

  1. Polymorphic intervals with an interface that implements comparison and allows a payload (i.e. data attached to an interval)
  2. AVL tree implementation instead of a BST.
  3. Possibly use concurrent search for some methods.
  4. Implement all available functionality in this Python library.

About

An interval tree implemented in Go.

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages