STACK APPLICATION : EXAMPLES FOR CONVERTING INFIX TO POSTFIX EXPRESSION - DATA STRUCTURES
HTML-код
- Опубликовано: 9 фев 2025
- EXAMPLES FOR CONVERTING INFIX TO POSTFIX EXPRESSION
ALGORITHM FOR CONVERTING INFIX TO POSTFIX EXPRESSION
• STACK APPLICATION : IN...
---------------------------------------------------------------------------------------------------------------
DATA STRUCTURES
• INTRODUCTION TO DATA S...
JAVA PROGRAMMING
• CORE JAVA TUTORIAL FOR...
COMPILER DESIGN
• INTRODUCTION TO COMPIL...
AUTOMATA THEORY || THEORY OF COMPUTATION
• INTRODUCTION TO AUTOMA...
R PROGRAMMING
studio.youtube...
HTML TUTORIALS WITH IMPLEMENTATION || LEARN HTML IN 4 HOURS
• HTML TUTORIALS WITH IM...
LEARN CSS IN 3 HOURS || CASCADING STYLE SHEETS FOR BEGINNERS
• LEARN CSS IN 3 HOURS |...
JAVA SCRIPT FOR BEGINNERS IN 7 HOURS || LEARN JAVA SCRIPT IN 7 HOURS || JAVA SCRIPT
• JAVA SCRIPT FOR BEGINN...
XML (eXtensible Markup Language)
• XML (eXtensible Markup...
OPERATING SYSTEM
• OPERATING SYSTEM
ETHICAL HACKING
• Video
VI EDITOR BASICS IN LINUX / UNIX || LEARN VI EDITOR COMMANDS || LINUX || UNIX
• VI EDITOR BASICS IN LI...
HOW TO DOWNLOAD & INSTALL MySQL IN WINDOWS 10
• HOW TO DOWNLOAD & INST...
DATABASE MANAGEMENT SYSTEM
• DATABASE MANAGEMENT SY...
PYTHON PROGRAMS
• PYTHON PROGRAMS
C PROGRAMMING
• 01 - VARIABLES & CONST...
CORE JAVA TUTORIAL FOR BEGINNERS || LEARN CORE JAVA IN 15 HOURS || JAVA TUTORIALS FOR BEGINNERS
• CORE JAVA TUTORIAL FOR...
PYTHON TUTORIALS FOR BEGINNERS (తెలుగు లో)
• Learn Python from Scra...
PYTHON OOPS - MODULES - EXCEPTION HANDLING (తెలుగు లో)
• PYTHON - OOPS CONCEPTS...
PYTHON NUMPY TUTORIAL IN TELUGU (తెలుగు లో) || COMPLETE NUMPY TUTORIALS IN TELUGU
• PYTHON NUMPY TUTORIAL ...
PYTHON PANDAS TUTORIAL IN TELUGU (తెలుగు లో) || COMPLETE PANDAS TUTORIALS IN TELUGU || DATA SCIENCE
• PYTHON PANDAS TUTORIAL...
MATPLOTLIB LIBRARY - PYTHON PROGRAMMING (ENGLISH)
• MATPLOTLIB LIBRARY - P...
PYTHON DATABASE CONNECTIVITY - MYSQL & MS-EXCEL
• PYTHON DATABASE CONNEC...
DATA STRUCTURES USING PYTHON (ENGLISH)
• DATA STRUCTURES USING ...
----------------------------------------------------------------------------------------------
Instagram : / sundeepsaradhikanthety
Hloo sir; In Our college , faculty of computer science professors are 6 members, but not understood any concept so, computer science were become tough for me. Sir u explais in a very very simple manner for understanding and now iam performing very well in the subject JUST BECAUSE U SIR. DONT KNOW HOW TO THANQ U SIR. U are brilliant professor .and this is the CORRECT way for explaining for a Dull student or average student, for becoming a topper in the subject. A HUGE RESPECT OF U SIR.
Super 💥💥💥 🤩🤩🤩
Its very good to see a man who is very passionate in teaching,I mean I could see the sweat on his forehead and he still continued lecturing .We need more lectures like you. Thank you from the bottom of my heart.
You have explained this so well. Thank you Sir!
The last example that you explained in this video clear my doubt that what should we do when priority is same.I have seen so many videos but it's not cleared but you make me perfect.thank you sir👌👌🤝🤝
sir your videos are excellent,well paced and explained thank you for your efforts.
It is very helpful sir
Thank you so much sir 🙏 , nice explanation
Great step by step explanation sir .
Best!!! Very easy to understand !! Thanks sir
you are a great teacher i have ever seen sir .keep doing this videos and make knowlegeble students by your videos.jai hind sir.
Thank u sir..
Very nice teaching...👍💫
You are good teacher I wish do better and give knowledge to us
Sir u r very great teacherrrrrr ur methodds of teaching is just unbelievable ❤️❤️❤️
easy way to teach thank you sir
Nice explanation sir
You are great sir 🙏
Well explained sir..
Thank you!!
Superb 👏👏
Sir good explanation every point are easy thanks for your help sir by the way I'm viewing from 2020 dec
Really ....I learned ...tq sir
Your videos are awesome 👏
You are simply best sir
Great!!!!!
Helped me a lot
Thank you so much sir 💯
Wonderful expression sir
Super explanation sir
Tq u sir ..🙏 it's very clear and neat
Superb sir......fantastic class👍
sir you are the best ....
thank you sir..understood
Super sir..thanks for this video
Sir it was awesome.But sir please upload the program also for this. We need it.
Fabulous!
Thank you sir ❤
nyce
Tq so much sir understood very well
Super explanation sir tq so much
Thankyu sir✨😊
im watching these lecture for prepration seems better.pl send priority order
Great
Thanks❤🌹😊
Sir mujhe ak baat batao ki.(+*^ jab bracket close ho jae toh matlab (+*^) ab yahi expression main hum likheng ^*+ .is it ok?pls reply me
hello sir can u please provide the all lessons pdf of data structure plz it will be very usefull for us in our collage they have not provided anything sir
Super sir
Sir what if same priority operator comes twice should we move one of the operator to postfix expression or should be pushed into stack??
Superr sir
Superb sir
Hello sir. Can you do a video for infix to prefix and prefix to postfix expression, it will be easier for us to understand sir.please...........
Brilliant
Sir,can u do a video for infix to prefix expression ,it will be easier for us to understand sir
Hi Sir , where we used above concept ( infix to postfix ) in real world
Database management system videos have? Sir
Pls let me know
thank you sir!
Excellent Sir thank you so much
Priorities order for operators ???
THANK YOU sir
Sir / and × which is having highest priority
X
Is stack is limited for three operators
🙏
how to wright code in the above example
Thank you . Sir .
Stack applications .plz tell me Operators priority . Like -=+ , *>-, plz tell all operators ..
^ highest then /* are equal then -+ equal
If the two operators have same prioirty..then what we have to do?
hi
if the operator in stack and reading operator having same priority then
first pop the operator from stack and insert into expression stack and check the priority with next operator in stack.
Hope your doubt has been clarified.
Thank u sir I have one doubt sir if the last element of the stack is -,* then what u will write first in the postfix
- AND *
*-
Sir can you provide conversion of infix to prefix videos
Hi, sir, whare is the parenthesis bracket in postfix expression
Hi
In postfix expression we can ignore the parenthesis as we are converting based on precedence.
@@sundeepsaradhi ok sir tq u.
I want software engineering explanation vedios
Sir circular queue explain chesthara ....
Pls tell priority of operators
Sir how to convert infix to prefix
Solve this evaluate the expression 436/3*-2+
It it be two of them already they must be already in presendence so first *and +
If in my college they will say like this there will be no failures
Hii sir
Sir can you please tell me the priority order for :+, -, *, /
* and / have higher priority than +,-
@@sachinsenakulk Can we even follow the BODMAS rule this one sir?
Then modulo
Sir, will you please tell me how can we know that which operators have highest priorities and lowest priorities??
sai preeth the same as math “PEMDAS” where * / has priority over + -
For 3rd example am getting ab/c-d*e+a*c
Uncle , explain also in hindi
Thank you so much sir😊
Thank you sir very well explained