The data structure required to check whether an expression contains balanced parenthesis is?
The data structure required to check whether an expression contains balanced parenthesis is? Correct Answer Stack
The data structure required to check whether an expression contains balanced parenthesis is a stack. This is a simple data structure in which elements can be added and removed in a specific order. In other words, it follows a LIFO or a FILO structure.
মোঃ আরিফুল ইসলাম
Feb 20, 2025