Does this line give us the root node of the Binary Search Tree? BST currentNode = this;

后端 未结 0 895
终归单人心
终归单人心 2020-12-20 11:11

I am trying to understand this code which deletes a value from a Binary Search Tree. I am confused by the line that says BST currentNode = this; I am assuming that after thi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题