Question
**C++ only no c codes please!! ** Procedural code if possible **I will be using Visual Studio ** Please add comments to functions if possible
**C++ only no c codes please!!
** Procedural code if possible
**I will be using Visual Studio
** Please add comments to functions if possible and please include header file info if used!!
Develop a C++ program that will recursively alphabetize a set of strings in a user-specified file using the tree sort algorithm explained in the lectures whilemaintaining a balanced binary tree at all times.The instructor will test your program with an input file containing: Max Hank Jet Frisky Chata Richard Nan Sam Thomas Karen Gerri Ingrid Alan Dana
When done print out the contents of the tree in inorder in a tabular format similar to the following:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started