wujunwei / gosolist

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%