Great Problems For Practice
Last updated
Was this helpful?
Last updated
Was this helpful?
: Quick Select; Manually Implement Heap; API usage of nth_element
, make_heap
, push_heap
, pop_heap
: DP + Binary search because of sparse value (compared to continuous indexes)
: permutation rank with duplicates
: Trie + DP