Skip to content

A vector-based, non-duplicate range-keyed, sorted array.

License

Notifications You must be signed in to change notification settings

kazatsuyu/interval-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interval-map

A vector-based, non-duplicate range-keyed, sorted array.

Insertion: O(N) Lookup: O(log N) Merge: O(N + M)

About

A vector-based, non-duplicate range-keyed, sorted array.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages