CathyNguyen2513 CathyNguyen2513 07-06-2023 Engineering contestada Please just C++ code, thank you. Task: Word list. Write a program that reads a text file and creates a list of words occurring in this file. Use a binary search tree (BST). Details to be discussed.