Skip to content

Commit 3213a26

Browse files
authored
Update intro-bst.md
1 parent f03cab7 commit 3213a26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/intro-bst.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Then the contents of this in-order successor are copied to the node to be delete
4040
Finally, the in-order successor is deleted
4141
<br>
4242

43-
## Let's see the implementation of Binary Search Tree using an example:
43+
Let's see the implementation of Binary Search Tree using an example:
4444

4545
```java
4646
// Java implementation of recursive Binary Search
@@ -93,4 +93,4 @@ Element is present at index 3
9393
```
9494

9595
## Visualisations
96-
[BinarySearch Visualisation](https://www.cs.usfca.edu/~galles/visualization/BST.html)
96+
[BinarySearch Visualisation](https://www.cs.usfca.edu/~galles/visualization/BST.html)

0 commit comments

Comments
 (0)