Data Structures | Infix to Postfix Conversion

Поделиться
HTML-код
  • Опубликовано: 22 июн 2020
  • In this video we will see how to convert infix to postfix expression
    #datastructures #infixtopostfix

Комментарии • 21

  • @user-vb3oj3eb7b
    @user-vb3oj3eb7b 7 месяцев назад +5

    bro is a life saver, my teacher never gonna make it easy to understand 🙏

  • @sashankchoudhary5583
    @sashankchoudhary5583 2 года назад +3

    VERY GOOD SIR THANKFULL

  • @shailusingh9064
    @shailusingh9064 3 года назад +2

    Nice explanation 👍

  • @sanjanachakalabbi77
    @sanjanachakalabbi77 11 месяцев назад +1

    Well explained 😊❤

  • @Sailaja00
    @Sailaja00 2 месяца назад +1

    Thank you so much sir...🙏🙏

  • @shristiverma2323
    @shristiverma2323 Год назад +7

    Nice explanation but,there is little bit mistake explaing when *is top element and + is the income operator then we have to pop * (because of higher precedence than +) and push + operator in stack but you written different..but it's ok concept is clear..

  • @user-sx5ib8vd6l
    @user-sx5ib8vd6l Месяц назад +1

    9:40 how its not (-(- ??? i think it would be +(- ? but you write another ) but its not brackets inside in the question ?? you added more brackets

  • @vishantpatil3182
    @vishantpatil3182 2 года назад +2

    Good explain

  • @HIMANSHU-yn6ui
    @HIMANSHU-yn6ui 11 месяцев назад

    Thank you sir ❤😌

  • @anassyed6247
    @anassyed6247 7 месяцев назад +1

    good video

  • @sanjanachakalabbi77
    @sanjanachakalabbi77 11 месяцев назад

    Thank you sir

  • @jasminjasu3140
    @jasminjasu3140 Год назад

    Thank u

  • @gokuhussey8421
    @gokuhussey8421 2 года назад +1

    ^ Associativity is Left to Right

  • @lsd_luxfera8541
    @lsd_luxfera8541 2 года назад +4

    First you need to understand the concept .

  • @unity3dconcepts434
    @unity3dconcepts434 3 года назад +1

    Confusing video. You have written something else and you are speaking something else. On Left point 6 you mentioned to POP and PUSH but watch your video what you are doing when explaining the */. You simply pushed the operator and ignored POP but then later you considered the POP when going from LR

  • @mrpray8794
    @mrpray8794 5 месяцев назад +2

    4:50
    You have to pop the TOP before pushing the low precedence operator.
    What you said is directly push it
    How can * + remain in the stack
    * has to be popped for + to get pushed.
    You confused yourself and the all of us.

    • @SirilIniyappanavar
      @SirilIniyappanavar 6 дней назад

      Yes ...so I came to see comments to clear my confusion

  • @user-en9mp9po6i
    @user-en9mp9po6i 8 месяцев назад +3

    Convert the following expression into postfix
    i) A/B $ CD * E-A*C
    ii) (A+B*C-D)/E$F

    • @maviz34
      @maviz34 6 месяцев назад

      how do solve dollar symbol ?? could you please say