随笔分类 - Backtracking
摘要:79. Word Search Given an m x n grid of characters board and a string word, return true if word exists in the grid. The word can be constructed from le
阅读全文
摘要:39. Combination Sum Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates
阅读全文