Multiple choice

Which of the following is not an application of the tree data structure?

  1. Manipulation of arithmetic expression

  2. Symbol table construction

  3. Syntax analysis

  4. Hierarchical network

  5. Recursion

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Recursion uses stack data structure.