maticivan / ssm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplified Sets and Maps

Simplified sets and maps are easier to use and easier to learn than std::set and std::map from C++. They also have an additional function for searching for the k-th smallest element.

The detailed description and code examples are given at https://imomath.com/bmath/index.cgi?page=cppNotesSimpleSetMap

About

License:MIT License


Languages

Language:C++ 100.0%