Infix to Prefix conversion | Using stack | Data Structure & Algorithm | Bangla Tutorial

In this video i have discussed the conversion of infix to prefix using stack in data structure.
Infix to Postfix using stack: • Infix to Postfix conve...
Infix, Prefix & Postfix Expressions: • Infix, Prefix & Postfi...
Infix to Postfix without stack: • Infix to Postfix conve...
Infix to Prefix without stack: • Infix to Prefix conver...
Postfix to Infix and Prefix to Infix without stack: • Postfix to Infix & Pre...
Playlist of Data Structure and Algorithm: / @farhanhossan
Follow me on Facebook: / farhan.0784
Follow me on Linkedin: / md-farhan-hossan
you may contact via mail/skype/whatsapp:
mail: farhanhossan246@gmail.com
skype: join.skype.com/invite/Bj2aKPi...
whatsapp: 01771432336

Пікірлер: 13

  • @anannyarahman9148
    @anannyarahman91483 жыл бұрын

    আপনি অনেক ভাল বুঝান ! কিপ ইট আপ ! এক্সাম এর আগে ভিডিওজ গুলো আছে বলেই বাঁচলাম !

  • @FarhanHossan

    @FarhanHossan

    3 жыл бұрын

    thank you so much for your valuable feedback. Please share it to your friends :-).

  • @khokanmahmud9156
    @khokanmahmud915619 күн бұрын

    Writting need to be more transparent and understandable. Else you are a good tutor. Keep it up.

  • @sajadulislamdipu1954
    @sajadulislamdipu19544 жыл бұрын

    Mesmerising sir❤❤please keep continuing this series

  • @mdabdulkayumkhokan7563
    @mdabdulkayumkhokan7563Ай бұрын

    Thank you bai

  • @mdabdulkayumkhokan7563
    @mdabdulkayumkhokan7563Ай бұрын

  • @humyratasmia2601
    @humyratasmia26016 ай бұрын

    first bracket er por + asar tym kno pop krlen nh?

  • @mosabbirtarek4190
    @mosabbirtarek41902 жыл бұрын

    Prefix : -*A^BC+D/E/F+GH I think this should be the answer of this problem. Can you please check this...

  • @motoadventure6004

    @motoadventure6004

    Жыл бұрын

    You r right

  • @unicorn037

    @unicorn037

    4 ай бұрын

    While converting to postfix expression, instead of using pop operation to pop operators with greater than or equal precedence, here we will only pop the operators from stack that have greater precedence. Your solution is for infix to postfix conversion.infix to prefix conversation is different, you don't have to pop out operators with equal precedence here.

  • @finemia4205
    @finemia42053 жыл бұрын

    Translate each infix expression into its equivalent prefix and postfix expression. iv) (A+B) / (D-C) ; v) (A+BꜛD)/(E-F)+G ; vi) A *(B+D)/E-F*(G+H/k) Consider the following infix expression Vaiya aitar solution ki deta paben

  • @rayhannur101
    @rayhannur1013 жыл бұрын

    I will be very grateful to you if you give me the solution to convert Postfix {a b c / d c + * + f -} to Infix {...???...}expression. I also message it in your mail.....Thanks in Advance.

  • @FarhanHossan

    @FarhanHossan

    3 жыл бұрын

    Please try it yourself by watching my video. Thanks