Skip to content

Commit 9b13852

Browse files
authored
Fix missing package paths (TheAlgorithms#3196) (TheAlgorithms#3198)
1 parent 898c2f6 commit 9b13852

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/datastructures/heaps/GenericHeap.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package com.thealgorithms.datastructures.heaps;
2+
13
import java.util.*;
24

35
public class GenericHeap <T extends Comparable <T> >{

0 commit comments

Comments
 (0)