BALANCED PARENTHESIS - STACK | DATA STRUCTURES

Поделиться
HTML-код
  • Опубликовано: 12 май 2020
  • Given a string containing just the characters '(', ')', '{', '}', '[' and ']',
    Determine if the input string is valid.
    The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]" are not.
    Return 0 / 1 ( 0 for false, 1 for true ) for this problem
    Github Link for Python Code:- github.com/netsetos/python_co...
    Follow us on
    Playlist of our series- / netsetostech
    Facebook: / netsetos0406
    Twitter: / netsetos
    LinkedIn: www.linkedin.com/company/nets...
    Quora: www.quora.com/profile/Netsetos
    Instagram: netsetostec...
    #Balanced#Symbols#netsetos

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

  • @superboyedits
    @superboyedits Год назад +1

    code is wrong but it helped me learn the concept so thank you

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

    Your explaination is nice . Before watching this video, I don't understand clearly using stack. After watching this, I understand clearly. Thanks!

  • @gregorywilson2124
    @gregorywilson2124 2 года назад

    I find your presentation very clear and easy to understand : in spite of the typos

  • @tejas4054
    @tejas4054 10 месяцев назад

    Believe me god swear no one has taught us like you showed in this video, it was my first time on your channel and i saw only this video first and from now I don't want to go to any other channel ,,, you cleared my concept , which not all sources do the samez you have quality that you teaches by visualisation which fits in brain for permanent, visualisation capture most by our brain , and you doing it , thank you for your hardwork and effort you put on this video god will help you,, who helps other by sharing knowledge, i would love to connect with you and want to learn basics of programming from you how can i contact you

  • @ankitkumardas8923
    @ankitkumardas8923 3 года назад +3

    Best lecture mam...i have done courses in hyderabad and attended many lectures but you are above them....thanks for the video mam....
    1doubt
    In line 16 you have taken
    or len(stack!=0):
    Is it necessary???plzz guide mam

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

    it doesnt work if you start with close paranthesis as stack doesnt have stack[-1]'s value

  • @eriktorres6067
    @eriktorres6067 4 года назад

    Thank you so much 👍

  • @sominnarain1368
    @sominnarain1368 3 года назад

    Thank you so much

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

    DO more data structure videos!!(WITH__PYTHON__)

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

    I shocked. How can program working.
    arePairs function take 2 parameter but here given wrong. ❌

  • @sandeshjadhav4363
    @sandeshjadhav4363 4 года назад

    I want to learn python.
    Can you help me...

    • @nETSETOStECH
      @nETSETOStECH  4 года назад

      Sure...Start From ruclips.net/p/PLFV6T8f5WU2Gl1dhOn8xNgRvY6V5v39NP

  • @aviksen7086
    @aviksen7086 2 года назад

    wrong programme.. dont teach randomly.... anything...yr prog gives wrong output for {{{{{{]]]]],((]]],, edge cases not taken into account