Please help for DSA! Thank you!!
Write a program in C++ to create a Binary Search tree (BST) of integers. The program will perform these operations: Insert node(s), Traverse Post-order, Search node, Delete node, Leaf Count, Children of a node and Quit.