摘要:
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjac 阅读全文
摘要:
Given a collection of distinct integers, return all possible permutations. Example: 整体程序花费时间较多,remove处消耗太多时间, 超过24%左右 改良版: 这个每次递归会缩小剩下可用数字范围,不需要维护数字使用 阅读全文