aboutsummaryrefslogtreecommitdiff
path: root/Computer_Science/leetcode/60-permutation_sequence.c~
diff options
context:
space:
mode:
Diffstat (limited to 'Computer_Science/leetcode/60-permutation_sequence.c~')
-rw-r--r--Computer_Science/leetcode/60-permutation_sequence.c~3
1 files changed, 3 insertions, 0 deletions
diff --git a/Computer_Science/leetcode/60-permutation_sequence.c~ b/Computer_Science/leetcode/60-permutation_sequence.c~
new file mode 100644
index 0000000..c7cb235
--- /dev/null
+++ b/Computer_Science/leetcode/60-permutation_sequence.c~
@@ -0,0 +1,3 @@
+char* getPermutation(int n, int k) {
+ return NULL;
+}