17. Letter Combinations of a Phone Number

  其實這個題目和(1,2,3,4,......)這種數的全排列組合是類似的     1 #include <stdio.h> 2 #include <stdlib.h> 3 char** letterCombinations(char* digits, int* returnSize); 4 int main() { 5 6 char* digits = "23
相關文章
相關標籤/搜索