Rename Recursion package (#6081)

This commit is contained in:
Alex Klymenko
2024-11-03 13:13:10 +01:00
committed by GitHub
parent 539871a33e
commit 04bfaa8278
5 changed files with 4 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.Recursion;
package com.thealgorithms.recursion;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.Recursion;
package com.thealgorithms.recursion;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;