Skip to content

Commit e157c99

Browse files
add a test for 46
1 parent 2e5b07a commit e157c99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/fishercoder/_46Test.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ public static void setup() {
1717
public void test1() {
1818
CommonUtils.printListList(solution1.permute(new int[]{1, 2, 3}));
1919
}
20+
21+
@Test
22+
public void test2() {
23+
CommonUtils.printListList(solution1.permute(new int[]{1, 2, 3, 4, 5, 6}));
24+
}
2025
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy