Python Tutorials - Quick Sort Algorithm | Program | Part-2 | Randomized Quick Sort

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 29

  • @balajivenky6270
    @balajivenky6270 5 років тому +5

    Best tutorials so far i have seen on sort. Thanks so much !!

  • @balakrishnavaidyanathan8572
    @balakrishnavaidyanathan8572 5 років тому +4

    You are the best python tutor in the recent times.all the best.happy New year.

  • @pinepie
    @pinepie Рік тому

    Thank you for the tutorial!! It's very helpful.

  • @MG-vo6im
    @MG-vo6im Рік тому

    cool tutorial

  • @joel.rsbuzz3115
    @joel.rsbuzz3115 2 роки тому +1

    Awesome explanation mam include all the algorithms and data structures videos to crack placements

  • @vamsibejjam4101
    @vamsibejjam4101 5 років тому +2

    Really such a good explanation for beginners,Thanks

  • @shaikansarbasha4169
    @shaikansarbasha4169 6 років тому +1

    Wonderful explanation.Thank you

  • @littlesparrow6305
    @littlesparrow6305 16 днів тому

    Thank you

  • @Indian-fh8hf
    @Indian-fh8hf 5 років тому +1

    Good Explanation. Please post videos of More Algorithms in Python

    • @AmulsAcademy
      @AmulsAcademy  5 років тому +1

      Thank you :)

    • @selvanm2872
      @selvanm2872 5 років тому

      @@AmulsAcademy yes amulya mam. algorithm video many more wanted

  • @shikharpathak8413
    @shikharpathak8413 4 роки тому +5

    well no point in using such complex code.
    you can do it quite easily and with 1 function only
    def quick_sort(lst):
    if len(lst)

  • @kothasairam6388
    @kothasairam6388 6 років тому +1

    how to find day of the input date.. can you do this please....

    • @AmulsAcademy
      @AmulsAcademy  6 років тому +5

      You can try this:
      import datetime
      date = int(input("date:"))
      month = int(input("month:"))
      year = int(input("year:"))
      ans = datetime.date(year, month, date)
      print (ans.strftime("%A"))

  • @tugrulcansel5514
    @tugrulcansel5514 6 років тому

    Ovvv gutt

  • @shwetajaiswal777
    @shwetajaiswal777 4 роки тому +1

    mam, this code is quite complicated , i get confused

    • @AmulsAcademy
      @AmulsAcademy  4 роки тому +1

      Write down the program and analyse the program part by part you will understand :)

    • @shwetajaiswal777
      @shwetajaiswal777 4 роки тому +1

      @@AmulsAcademy sure mam thank you