Skip to content
Snippets Groups Projects
Commit e750d4fb authored by Michael Lee's avatar Michael Lee
Browse files

Amend docstring for BSTNode

parent d43ac54c
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ public class BinarySearchTree<K extends Comparable<K>, V>
public BSTNode[] children; // The children of this node.
/**
* Create a new data node and increment the enclosing tree's size.
* Create a new data node.
*
* @param key
* key with which the specified value is to be associated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment