Introduction - If you have any usage issues, please Google them yourself
Dynamic look-up table of the design and implementation to achieve the abstract data types: binary search tree. To achieve the following: construct an empty table, destroy the table, the search element of the specified keyword, insert a new element, delete the specified keyword element traverse all the elements in the table.