TongTong Shi's Blog
A Playground to Share My Knowledge
Letter Case Permutation Letter Case Permutation
LeetCode Q 784 - Letter Case PermutationGiven a string S, we can transform every letter individually to be lowercase or
2019-04-29 Tong Shi
Permutations II Permutations II
LeetCode Q 47 - Permutations IIGiven a collection of numbers that might contain duplicates, return all possible unique p
2019-04-28 Tong Shi
Permutations Permutations
LeetCode Q 46 - PermutationsGiven a collection of distinct integers, return all possible permutations. Example:Input: [1
2019-04-28 Tong Shi
Subsets II Subsets II
LeetCode Q 78 - Subsets IIGiven a collection of integers that might contain duplicates, nums, return all possible subset
2019-04-28 Tong Shi
Subsets Subsets
LeetCode Q 78 - SubsetsGiven a set of distinct integers, nums, return all possible subsets (the power set).Note: The sol
2019-04-28 Tong Shi
Combination Sum III Combination Sum III
LeetCode Q 216 - Combination Sum IIIFind all possible combinations of k numbers that add up to a number n, given that on
2019-04-28 Tong Shi
51 / 79