Ordered Set, from classic STL, with functions like Lower-Bound and Bsearch. Every "Big" Operation works in log(n).
-
Updated
Mar 11, 2023 - Go
Ordered Set, from classic STL, with functions like Lower-Bound and Bsearch. Every "Big" Operation works in log(n).
A Standard Template Library for Golang
introduce c++ stl containers to golang (ex: sorted map)
Add a description, image, and links to the stl-containers topic page so that developers can more easily learn about it.
To associate your repository with the stl-containers topic, visit your repo's landing page and select "manage topics."