Python Tutorials - Quick Sort | Example 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • In this Python programming video tutorial we will learn about how to sort the number using quick sort algorithm in detail.
    Quicksort algorithm is also called as "partition exchange sort" algorithm it is developed by Tony Hoare in 1959 and published in 1961 so it is one of the commonly used sorting algorithm.
    Quicksort algorithm when implemented well it can be about 2 or 3 times faster than the merge sort and heapsort. I guess that's why the name Quicksort.
    Quick sort is the comparison sort algorithm so here also we will compare the values, to rearrange the list we will compare the values.
    It is in_place algorithm so that is nothing but it may require small additional amount of memory to perform the sorting but it is the in place sorting.
    And It is unstable algorithm that is nothing but the relative order of equal sort item is not preserved like, if you are sorting a list and it contains the duplicate values the order they will appear in the input may not be the same in the output.
    Selection Sort Algorithm And Program:
    • Python Tutorials - Sel...
    • Python Tutorials - Sel...
    • Python Tutorials - Sel...
    • Python Tutorials - Sel...
    Bubble Sort Algorithm and program:
    • Python Tutorials - Bub...
    • Python Tutorials - Bub...
    QuickSort Example:
    • Python Tutorials - Qui...
    #PythonProgramming #SortingAlgorithm #QuickSort
    For more free tutorials on computer programming
    / amulsacademy
    / amulsacademy

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

  • @Indian-fh8hf
    @Indian-fh8hf 4 ปีที่แล้ว +3

    Very Good Explanation. Watched all Sorting videos 😊
    Please upload more Basic Algorithms in Python.
    Asked in Interview questions.

  • @shubhamh7451
    @shubhamh7451 3 ปีที่แล้ว

    thank you for "chucking" all the values. loved it

    • @alejandroarmando8488
      @alejandroarmando8488 3 ปีที่แล้ว

      i know Im randomly asking but does any of you know of a tool to log back into an instagram account?
      I was dumb lost the account password. I love any tricks you can give me

    • @armandoameer1361
      @armandoameer1361 3 ปีที่แล้ว

      @Alejandro Armando instablaster :)

    • @alejandroarmando8488
      @alejandroarmando8488 3 ปีที่แล้ว

      @Armando Ameer thanks so much for your reply. I got to the site through google and im waiting for the hacking stuff atm.
      I see it takes quite some time so I will reply here later with my results.

    • @alejandroarmando8488
      @alejandroarmando8488 3 ปีที่แล้ว

      @Armando Ameer It worked and I now got access to my account again. I'm so happy:D
      Thank you so much you really help me out!

    • @armandoameer1361
      @armandoameer1361 3 ปีที่แล้ว

      @Alejandro Armando no problem :)

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

    Great tutorial, explained in simple way. Can you create video for binary tree algorithm.

  • @aninditpanigrahi3334
    @aninditpanigrahi3334 4 ปีที่แล้ว

    I really like your voice😊 is there any way to know you better ? I know this isnt the right place and way to ask, but I can't stop myself from trying to know, who's the one with such beautiful voice

  • @Rev4n244
    @Rev4n244 6 ปีที่แล้ว

    Pls I have to ask......
    How do you record your screen??
    Or what application do you use??

  • @YASHKUMARJAIN
    @YASHKUMARJAIN 3 ปีที่แล้ว +1

    awesome video. what is ur name mam?

    • @AmulsAcademy
      @AmulsAcademy  3 ปีที่แล้ว

      Thank you 😊
      My name is Amulya ❤️

  • @kspadmavathy7483
    @kspadmavathy7483 6 ปีที่แล้ว +1

    Mam...pls upload programmes in matrix

  • @eonallinfo5095
    @eonallinfo5095 6 ปีที่แล้ว +1

    When Start python with Django or Flask Please Reply

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      Currently i can't:)

    • @eonallinfo5095
      @eonallinfo5095 6 ปีที่แล้ว

      @@AmulsAcademy please suggest me any channel for It. I want to Learn

    • @neerajgupta6839
      @neerajgupta6839 3 ปีที่แล้ว

      U can refer Django course by Ashutosh Pawar on Udemy

  • @sweetjimmy
    @sweetjimmy 6 ปีที่แล้ว +1

    Hey! You're awesome. Thanks for this... Please be my tutor please. Is there any way to contact you?

    • @AmulsAcademy
      @AmulsAcademy  6 ปีที่แล้ว

      Welcome:)
      You can ask your queries here or in our fb page:)
      Sorry i can't be your personal tutor, i am not giving tuition to anyone :)

  • @NhanNguyen-xb5cn
    @NhanNguyen-xb5cn 2 ปีที่แล้ว

    Hi, how to sort 10, 3, 1 to get the median?

  • @rajabhishek2936
    @rajabhishek2936 6 ปีที่แล้ว +1

    Python main mini project upload kijiye madam

  • @vinospubgdairies235
    @vinospubgdairies235 6 ปีที่แล้ว +1

    Please put a video for anagrams words please

  • @ashishtiwari-tp3bh
    @ashishtiwari-tp3bh 4 ปีที่แล้ว

    thanks and you are awesome......i like to know your fb id if you dont'n have any problem

  • @prathiba8427
    @prathiba8427 6 ปีที่แล้ว +1

    Buckets sort code pls