Skip to content

A sorted list data struct of go which can be insert update delete search at O(log(n)) . Inspired by python's sortedcontainers

License

Notifications You must be signed in to change notification settings

wujunwei/gosolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosolist

Inspired by python's sortedcontainers. A sorted list data struct of go which can be insert update delete search in O(log(n)) .

About

A sorted list data struct of go which can be insert update delete search at O(log(n)) . Inspired by python's sortedcontainers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages