Skip to content

Commit 5456bb5

Browse files
author
helga_sh
committed
Rename folder
1 parent 04e1e1b commit 5456bb5

File tree

5 files changed

+4
-8
lines changed

5 files changed

+4
-8
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.algorithms.topnelements;
1+
package com.baeldung.algorithms.topkelements;
22

33
import java.util.ArrayList;
44
import java.util.List;
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.algorithms.topnelements;
1+
package com.baeldung.algorithms.topkelements;
22

33
import java.util.ArrayList;
44
import java.util.Collections;
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.algorithms.topnelements;
1+
package com.baeldung.algorithms.topkelements;
22

33
import java.util.List;
44

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.algorithms.topnelements;
1+
package com.baeldung.algorithms.topkelements;
22

33
import java.util.Comparator;
44
import java.util.List;

algorithms-miscellaneous-6/src/test/java/com/baeldung/algorithms/topkelements/TopKElementsFinderUnitTest.java

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package com.baeldung.algorithms.topkelements;
22

3-
import com.baeldung.algorithms.topnelements.BruteForceTopKElementsFinder;
4-
import com.baeldung.algorithms.topnelements.MaxHeapTopKElementsFinder;
5-
import com.baeldung.algorithms.topnelements.TopKElementsFinder;
6-
import com.baeldung.algorithms.topnelements.TreeSetTopKElementsFinder;
73
import org.junit.Test;
84

95
import java.util.Arrays;

0 commit comments

Comments
 (0)