Multiple choice In which of the following applications is a tree data structure best used? Symbol table construction Spell checker Auto complete feature Implementing recursion None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation yes, to implement a symbol table a tree data structure is necessary.A symbol- table mechanism must allow us to add new entries and find existing entries efficiently so a tree data structure is best suited