Infix to reverse polish using a stack

preview_player
Показать описание
Converting from infix to reverse polish (postfix) notation using a stack
Рекомендации по теме
Комментарии
Автор

you made a 3 hour lecture in only 9 minutes, thats talent

computerkeen
Автор

Ive seen several tutorials here but this one is crystal clear

eltrasimaco
Автор

I wish this was longer. Love the way you actually taught this.

thebarnold
Автор

I had the same question as the student in the video about the left bracket which goes on the stack, but I think I understand now; basically the left bracket 'has a precedence' which other operators compare their own precedence against, but the left bracket ignores its own precedence (i.e. never compares its own precedence against any of the operators (even though it could)) and just goes to sit on top of the stack.

Thanks for your great example, with an assignment and other tricky bits! It's really helped me.

sheilasubbiah
Автор

For the good of humanity, such lectures should records and presents.

BarnabaRudge
Автор

Thanks a lot! I'm taking part in CIE exams computer science tomorrow... you make it more easier

tej_
Автор

Thank you, made it a lot easier than my teacher 

wakaboomnick
Автор

love your english accent too xD i can't understand those Indian tutorials

Wintotv
Автор

you"re such a charismatic, well explaining teatcher.

JP-suib
Автор

every year, when I have to teach RPN, I always end up watching this video. Cheers mate great vid :)

josephburke
Автор

Well thank you :D Definitely saved me from failing an exam completely

HawksVideoNest
Автор

Finally an understandable explanation of this. Thanks so much.

MrFacePeck
Автор

@kiran, your thinking is correct, because they are the same precedence, need to remove from stack (doesn't really matter with + on + or - on -) but is for + on - or - on +

HurrayBanana
Автор

Really nice expiation, just implemented it in my semiconductor device model in C.

OghmaNano
Автор

that video made everything crystal clear, and loved the accent hehe ^^ cheers mate!

MustafaOzanAlpay
Автор

Well now I can do reverse polish. Top notch!

CaptainClueless
Автор

Ohh thank you now i understood this concept....really helpful for my exams...thanks a lot...

artsyishita
Автор

thanks for the "fack"ing help hehehe

Trvy
Автор

this just saved my life, thanks you so much Mr Banana =)

Wintotv
Автор

Cheers, helped a lot to figure out an algorithm

kombuchamp