mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 22:43:30 +08:00
Make code more idiomatic (#4249)
This commit is contained in:

committed by
GitHub

parent
b1ba262b64
commit
1afc4cc319
@ -5,7 +5,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* Finds all permutations of given array
|
||||
* @author Alan Piao (https://github.com/cpiao3)
|
||||
* @author Alan Piao (<a href="https://github.com/cpiao3">Git-Alan Piao</a>)
|
||||
*/
|
||||
public class Permutation {
|
||||
|
||||
|
Reference in New Issue
Block a user