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
相关文章
相关标签/搜索