Why segmentation fault
💡-build-bst
niketagarwal10
(niket agarwal)
May 5, 2020, 1:15pm
#1
asaurabh_26
(logical coder)
May 5, 2020, 1:32pm
#2
in line no 30 you have use single equal to instead of doble
correct one is
if(root==NULL){
return;
}