<p><img alt="Given BT-node.h and BST.h files, implement the following functions for a binary search tree in BST.cpp: 1. insert (insert a v" src="https://media.cheggcdn.com/media%2Fab3%2Fab3496b9-67c1-4007-9031-d03236102fa9%2FphpKaXuoJ.png" style="height:395px;width:1024px;" aria-describedby="d3f"/></p><p>BST.cpp</p><p><br/>#include "BST.h"<br/>#include "BT-visualize.h"<br/>#include <assert.h><br/>#include <stdio.h><br/>#include <string.h><br/>#include