Author: ACMer
Write a class RecentCounter to count recent requests. It has only one method: ping(int t), where t represents some time in milliseconds. Return the number of pings that have …
Your task is to return an array (that contains integer numbers from 0 to N, N is the length of a given string S that contains only I or …
White labeling is different from outsourcing. While outsourcing is every so often white labeled, the two terms cannot be used interchangeably. White label is a legitimate protocol that allows …
Given two version numbers such as 0.20.7 and 0.20.8 you want to know which comes first. The version numbers are a few integer numbers that are concatenated by dots …
Given a binary search tree and a target, find out if there are any two numbers in the BST that sums up to this target. Given a Binary Search …