TCR
TCR copied to clipboard
Team Code Reference for programming contests
Results
3
TCR issues
Sort by
recently updated
recently updated
newest added
`std::insert` doesn't overwrite, while we need this to update an existing index to a better value. Just using `m[x]` works, but is much slower. https://github.com/TimonKnigge/TCR/blob/master/snippets/datastructures/increasing_function.cpp#L12
What about changing ```c++ for(size_t i=0; i
And extensions, as e.g. used in https://projecteuler.net/problem=606