Skip to content

Tag Archives: cpp-unordered_set

An unordered_set is an unordered associative container implemented using a hash table where keys are hashed into indices of a hash table so that the… Read More
Given an array of positive and negative numbers, find if there is a subarray (of size at least one) with 0 sum. Examples:  Input: {4,… Read More

Start Your Coding Journey Now!