Delete leaf nodes from a BST (example and input provided) with certain conditions (once u have deleted the leaf then delete it’s parent first before moving on to the next leaf) and either print them to the screen or insert the results to a list/array