Skip to content

Commit 253735f

Browse files
committed
Remove unused import in PostmanSort
- Clean up unnecessary Arrays import - Keep implementation focused and minimal
1 parent c55606f commit 253735f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/thealgorithms/sorts/PostmanSort.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.thealgorithms.sorts;
22

3-
import java.util.Arrays;
4-
53
/**
64
* Postman Sort Algorithm Implementation
75
*

0 commit comments

Comments
 (0)