Binary search Tree


Though i declared it is getting error.

@Gade_Deepthi
You have to declare insertIntoBst() above build() function,
or you can put the function declaration above build() function.