Skip to content

Commit e43c814

Browse files
author
Krishnan M
committed
updated pretty Display and added BSTRecursiveGenericTest.java
1 parent 0200d85 commit e43c814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/datastructures/trees/BSTRecursiveGenericTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.thealgorithms.datastructures.trees;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
4-
import static org.junit.jupiter.api.Assertions.assertTrue;
54
import static org.junit.jupiter.api.Assertions.assertFalse;
5+
import static org.junit.jupiter.api.Assertions.assertTrue;
66
import java.util.List;
77
import org.junit.jupiter.api.BeforeEach;
88
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)