Skip to content

Commit 489628a

Browse files
move sort colors to medium package
1 parent cf8ef48 commit 489628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EASY/src/easy/SortColors.java renamed to MEDIUM/src/medium/SortColors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package easy;
1+
package medium;
22

33
public class SortColors {
44

0 commit comments

Comments
 (0)