using the standard template library binary tree, i need to read each line of a text file dictionary which is not alphabetically ordered (it contains 1000 words) and then populate a binary tree with each of the words.
any tips on how to add words to the bin tree in the most efficient way?