STACK IMPLEMENTATION USING LISTS IN PYTHON || STACK OPERATIONS || PUSH , POP || DSA USING PYTHON

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 11

  • @shahidmohiuddin465
    @shahidmohiuddin465 ปีที่แล้ว +5

    Sir please also cover trees and graphs

    • @ayexomana4289
      @ayexomana4289 ปีที่แล้ว

      i need that is well, please sir make a video about them

  • @santhoshcoder5317
    @santhoshcoder5317 ปีที่แล้ว

    Tree and graphs and continue more sir😇

  • @SathishD-wb4tq
    @SathishD-wb4tq ปีที่แล้ว

    Good Explanation

  • @kousalyabangaru775
    @kousalyabangaru775 4 หลายเดือนก่อน +1

    I am not sure why do we insert the element at beginning… it is usually LIFO rgt we can append() all the elements so that it will be added to the end and can simply do pop() everytime so that last inserted element will be deleted

    • @anilkumar-se6mq
      @anilkumar-se6mq 4 หลายเดือนก่อน

      I think, in this code he didn't assigned size for stack, but he can easily Displays top of the stack.
      For other codes it I'll be little complicated

  • @shahsikalagowda183
    @shahsikalagowda183 ปีที่แล้ว

    Please cover trree graphs sir

  • @VAJJHALASURYASRAVAN
    @VAJJHALASURYASRAVAN ปีที่แล้ว

    Sir ,could you please implement peek operation too

  • @shivaleelapatil6779
    @shivaleelapatil6779 9 หลายเดือนก่อน

    Sir what about stack full condition?

  • @05h6v.gurueshwar9
    @05h6v.gurueshwar9 ปีที่แล้ว

    Can we use switch stations in place of while

  • @Deeksha7star
    @Deeksha7star ปีที่แล้ว

    Sir what is str