BST Implementation of BST and its operations. Commands to run the program Assuming you are in the directory where makefile is: To compile: make all To run: make run To clean: make clean To check for memory leak make checkmem