Author: ACMer
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 …
Getting a HHKB and being excited for a few days? Sooner or later, you ‘ll realise that it is not very convenient as you need to remember the combination …
Given an array that has n integers, find a sub array of given length k that has the maximum average value. Write a function that outputs the maximum average …