RSSAmplifier

Akshit Kumar's index.html · Jun 24, 2024

std::multiset

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

For problems needing logarithmic searching and removing, like concert tickets , std::multiset multiset < int > tickets ; for { auto it = tickets . upper_bound ( x ) if () { .. } else { tickets . erase ( x ) } }

Read on akshit.one

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.