Implement Stack using Modules | Python Tutorials | Data Structures

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

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

  • @dimpleshah3037
    @dimpleshah3037 4 года назад +15

    Loving Python coz of you..... Thankyou so much for explaining so clearly and to its core..... Worth watching all of ur videos.... ❤❤

  • @meghanathreddy875
    @meghanathreddy875 3 года назад +5

    hi Sis,these are really worth videos thanks a lot for sharing the content .
    Guys who are reading the comment and really want to learn Data Strucures in Python,here is the Amulya Sis who always explained in a laymen terminology so that everyone understands.
    And one small request guys, since this sister is doing this much for us,pls donot skip the adds,just watch fully ,pls donot skip, so that our sister will get the income. This is the least way we can help her.
    Thanks SIS

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

    i am from Egypt and your lecture is the best thing i watched thank you

  • @datascience6176
    @datascience6176 3 года назад +4

    Amazing teaching method mam.....God bless u with more knowledge and power to serve

  • @jyotibhoite2455
    @jyotibhoite2455 6 месяцев назад

    Thank you so much for crisp clear explanation.easy to understand.
    🙏

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

    Oh my god there no course in Udemy also useful Infront of you thanks a lot for making Dsa with python and i hope you deserve mote than you can afford in life keep going love from heart

  • @kironpaul7581
    @kironpaul7581 4 года назад +11

    If you increase the frequency of ur making video's and create a playlist on full data structure and algo with python.It'll be very beneficial for us.Love your lecture:)

  • @PastAfrica
    @PastAfrica 2 года назад +1

    Very good teacher...I understood everything💪🏽

  • @fayazmuhammad5983
    @fayazmuhammad5983 4 года назад +2

    Nice explanation mam continue the series and add 2 to 3 videos per week

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

    meeku naa hrudayapurvaka dhanyavaadalu

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

    Hi ,am very thankful you for stacks in easy way but it is very much time to write down the notes whatever your are teaching,can you add any material in description box.so that it is useful to us .

  • @bele007
    @bele007 2 года назад +1

    love the way u teach

  • @dineshpandiyan1963
    @dineshpandiyan1963 4 года назад +2

    Nice video I can easily understand pls upload more videos on data structures in python

  • @19_kartikaswal19
    @19_kartikaswal19 4 года назад +1

    Please make videos on algorithms asked in interviews usinhlg python

  • @krishnapt-ne3lb
    @krishnapt-ne3lb 5 месяцев назад

    TQ...im ur new sunscriber.😀😀😀

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

    Iam searching for this...thank you so much😊 iam going to subscribe your channel..

  • @EdwinJoseph-mz4br
    @EdwinJoseph-mz4br 6 месяцев назад

    It is very useful

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

    U are excellent sister..keep going

  • @Aryansingh-fk7hy
    @Aryansingh-fk7hy 3 года назад +1

    Mam, if stack Works in lifo order, then why you mentioned lifo and fifo both handled by stack in the last video?
    Pls, help

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

      FIFO is queue, first in last out is stack or LIFO is stack (last in first out) 😊

  • @revanth_richards
    @revanth_richards 4 месяца назад

    mam in above queue module program while running it showed me the address ?? why it is not showin the output

  • @iuditverma
    @iuditverma 4 года назад +2

    Waiting for the next

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

    While using LifoQueue ,,how we can see the top element of the stack, By indexing it is not working because LifoQueue is not subscriptable.

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

    Thank u mam.amazing

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

    Thanks you

  • @FREEFIREGAMER-iv8dx
    @FREEFIREGAMER-iv8dx 2 года назад

    Ma'am please small help ma'am , please make a video implementation of stacks and queues using linked list this is big topic for us please ma'am do it as fast as possible

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

    Less time ... More information 😊

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

    Nice one

  • @Aryansingh-fk7hy
    @Aryansingh-fk7hy 3 года назад

    Ma'am ,i am not able to implement Queue module usking LifoQueue class,while adding an element using put(),it is showing "just a object with address but not creating a stack!!.Is the problem associated with the versonof python i am using.

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

    Thank you mam :)

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

    thanks

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

    without queue module how can limit the time..... i mean how can i limit the time in List or Dequeue

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

    While doing with lifoqueue,
    It doesn't display the stack elements after adding some elements..
    I tried with print(stack)

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

      Give me the program please :)

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

      @@AmulsAcademy
      import queue
      stack=queue.LifoQueue()
      stack.put(9)
      stack.put(10)
      stack.put(12)
      stack.put(11)
      print(stack)#i am expecting this line would show 9 10 11 12
      print(stack.get())

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

      @@arunaagt8229 same problem did you find the solution 🙃

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

      @@anirudhani4997 did u find the solution to get all element of stack through queue module

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

      print(stack.queue)

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

    when will new video come??

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

    how to traverse that queue?

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

    🥰🥰

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

    😊😊

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

    Kya pdha rhe ho logo ko
    Kya bol rhe ho pta nhi
    Lekin tumri awaaz bdi piyari he

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

    it's spelled de-queue

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

    my queue module is not working. getting this in the output : . Can anyone answer why is this happening?

  • @selvanm2872
    @selvanm2872 4 года назад +1

    thank you