public class Solution extends Object
| Constructor and Description |
|---|
Solution() |
| Modifier and Type | Method and Description |
|---|---|
void |
nextPermutation(int[] nums) |
void |
reverse(int[] nums,
int i,
int j) |
void |
swap(int[] nums,
int i,
int j) |
Copyright © 2021. All rights reserved.