Skip to content

Commit

Permalink
Update 05 BST Project.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
skjha1 authored Sep 22, 2020
1 parent 22f1f4f commit 1561597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tree/BST/05 BST Project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void BST::iInsert(int key) {

Node* t = root;
Node* p;
Node* r;
Node* r=t;

// root is empty
if (root == nullptr){
Expand Down

0 comments on commit 1561597

Please sign in to comment.