Delete Nodes from BST

I am getting WA for each test case. I am not able to find any bug in the code. Here is my code link:

Hey @nikhil015
You have to insert in BST one by one rather than forming it after sorting the input

Mentioned the changes in comments ,all the chnages are in Main() i guess

If this resolves your query then please mark it as resolved:)