11 2016 档案
摘要:Question Design a Tic-tac-toe game that is played between two players on a n x n grid. You may assume the following rules: Example: Follow up:Could yo
阅读全文
摘要:Question Given a list of unique words, find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. w
阅读全文
摘要:Question Given a sorted integer array where the range of elements are in the inclusive range [lower, upper], return its missing ranges. For example, g
阅读全文
摘要:Question Given a string s, return all the palindromic permutations (without duplicates) of it. Return an empty list if no palindromic permutation coul
阅读全文