摘要:
Given 2 n + 2 numbers, every numbers occurs twice except two, find them.
Have you met this question in a real interview? Yes
Example
Given [1,2,2,3,4... 阅读全文
摘要:
Given string A representative a positive integer which has N digits, remove any k digits of the number, the remaining digits are arranged according t... 阅读全文