aboutsummaryrefslogtreecommitdiff
path: root/Computer_Science/leetcode/60-permutation_sequence.c~
blob: c7cb23523274931ae7a4de7dc789485755ddfacd (plain)
1
2
3
char* getPermutation(int n, int k) {
    return NULL;
}