mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-25 05:22:39 +08:00
chore: fix some comments (#5333)
This commit is contained in:
@ -95,7 +95,7 @@ public class BSTRecursive {
|
||||
}
|
||||
|
||||
/**
|
||||
* Serach recursively if the given value is present in BST or not.
|
||||
* Search recursively if the given value is present in BST or not.
|
||||
*
|
||||
* @param node the current node to check
|
||||
* @param data the value to be checked
|
||||
|
Reference in New Issue
Block a user