🎴 Flashcard Mode

Data Base Management System

Card1 / 30
Mastered0
Review0
QuestionClick to flip

Which data structure is needed to convert infix notations to postfix notations?

AnswerClick to flip back
A
Stack
💡 Explanation:

The Shunting-yard algorithm, which converts infix to postfix, uses a stack to hold operators until they can be placed in the output string.

Change Mode