Description: Binary search tree with the dynamic look-up table design and implementation of basic operations including: construction empty table, destroy the table, the search element of the specified keyword, insert a new element, the element to delete the specified keywords, all the elements traverse the table.
File list (Check if you may need any files):
BST.cpp