We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03cab7 commit 3213a26Copy full SHA for 3213a26
lessons/intro-bst.md
@@ -40,7 +40,7 @@ Then the contents of this in-order successor are copied to the node to be delete
40
Finally, the in-order successor is deleted
41
<br>
42
43
-## Let's see the implementation of Binary Search Tree using an example:
+Let's see the implementation of Binary Search Tree using an example:
44
45
```java
46
// Java implementation of recursive Binary Search
@@ -93,4 +93,4 @@ Element is present at index 3
93
```
94
95
## Visualisations
96
-[BinarySearch Visualisation](https://www.cs.usfca.edu/~galles/visualization/BST.html)
+[BinarySearch Visualisation](https://www.cs.usfca.edu/~galles/visualization/BST.html)
0 commit comments