Skip to content

Commit d948a61

Browse files
refactor 60
1 parent 6ad897d commit d948a61

File tree

1 file changed

+0
-18
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-18
lines changed

src/main/java/com/fishercoder/solutions/_60.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 60. Permutation Sequence
5-
*
6-
* The set [1,2,3,…,n] contains a total of n! unique permutations.
7-
8-
By listing and labeling all of the permutations in order,
9-
We get the following sequence (ie, for n = 3):
10-
11-
"123"
12-
"132"
13-
"213"
14-
"231"
15-
"312"
16-
"321"
17-
Given n and k, return the kth permutation sequence.
18-
19-
Note: Given n will be between 1 and 9 inclusive.
20-
*/
213
public class _60 {
224

235
public static class Solution1 {

0 commit comments

Comments
 (0)