Infix vs. Prefix vs. Postfix | Infix to Postfix using Stack | Postfix Evaluation in Java | Geekific

preview_player
Показать описание

Have you ever wondered why are mathematical equations written the way they are written? Or how are these equations evaluated by a computer or a certain program? In this video we explain the difference between Infix, Prefix and Postfix expressions, we implement the conversion from Infix to Postfix and the evaluation of a Postfix expression in Java.

Timestamps:
00:00 Introduction
00:07 Infix, Prefix and Postfix Expressions
02:57 Infix to Postfix
06:17 Postfix Evaluation in Java
08:00 Thanks for Watching!

If you found this video helpful, check other Geekific uploads:

#Geekific #InfixPrefixPostfix #InfixToPostfix #DataStructures
Рекомендации по теме
Комментарии
Автор

Can you write a calculator which calculates 2 or more operands

kaiservonwien
Автор

What if we have brackets this won't work I think

projectsdb