Move methods from others to correct packages (#6475)

refactor: Move methods from `others` package to their respective packages
This commit is contained in:
Deniz Altunkapan
2025-08-18 22:28:19 +02:00
committed by GitHub
parent 9f0dd37c5e
commit 6c24d27b03
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,4 +1,4 @@
package com.thealgorithms.others;
package com.thealgorithms.strings;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;