Basic Data structure questions

Comments

Popular posts from this blog

Given a set of non-negative integers, and a value sum, determine if there is a subset of the given set with sum equal to given sum.

[17 Feb 2020] Given an array of integers, find the nearest smaller number for every element such that the smaller element is on left side.

[15 Feb 2020] Remove duplicates from a string in O(1) extra space