Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which is the most appropriate data structure for applying balancing of symbols algorithm?

a) stack
b) queue
c) tree
d) graph

Answer: a
Explanation: Stack is the most appropriate data structure for balancing symbols algorithm because stack follows LIFO principle (Last In First Out).

Join The Discussion