Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 139 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 139 Bytes

gosolist

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