SlideShare a Scribd company logo
WELCOME TO MY
PRESENTATION
VERSITY OF SCIENCE AND THECHNOLOGY CHITTAGONG
ACULTY OF SCEINCE ENGINEERING AND TECHNOLOGY
Submitted to:
Sohrab Hossain
Assistant Professor ,
Dept of CSE .
Submitted by:
Md Abdul Kuddus
Roll: 15010102
Batch: 25th Dept: CSE
SUBJECT :
QUICK SORT
Procedure:
It is one of the fastest sorting techniques available.
Like binary search, this method uses a recursive , devide and conquer
strategy
The basic idea is to separate a list of items into two parts,
Surrounding a distinguished item calls pivot
At the end of the process, one part will contain items
Smaller than the pivot and the other part will contain items
Larger than the pivot
Quick sort algorithm using slide presentation , Learn selection sort example by power point presentation
5 3 8 9 1 0 2 6 47
GIVEN SERIES
EXAMPLE:
SELECT THE PIVOT ELEMENT
5 3 8 9 1 7 0 2 6 4
p
ITERATION -1
5 3 8 9 1 7 0 2 6 4
P L R
SWAP THE ELEMENTS
5 3 4 9 1 7 0 2 6 8
5 3 4 9 1 7 0 2 6 8
P L R
SWAP THE ELEMENTS
5 3 4 2 1 7 0 9 6 8
5 3 4 2 1 7 0 9 6 8
P L R
SWAP THE ELEMENTS
5 3 4 2 1 0 7 9 6 8
P R L
0 3 4 2 1 5 9 6 8
0 3 4 2 1 5 7 9 6 8
P>R>L
7
0 3 4 2 1 5 7 9 6 8
ITERATION-2
P L P LR R
SWAP THE ELEMENTS
0 1 4 2 5 7 6 9 83
0 34 21 5 7 96 8
P L P LR R
SWAP THE ELEMENTS
0 1 5 6 7 9 832 4
0 32 41 5 7 96 8
SWAP THE ELEMENTS
0 1 5 6 7 8 942 3
0 1 2 3 4 6 7 95
SORTED SERIES
8
ALGORITHM:
1.Algorithm quicksort (p,q)
2.{
3.If (p<q) then
4. {
5.j=partition(a,p,q+1);
6.Quicksort(p,j-1);
7. Quicksort (j+1,q);
8. }
9. }
THANK YOU

More Related Content

PPTX
Quick sort
Afaq Mansoor Khan
 
PPTX
Merge sort algorithm power point presentation
University of Science and Technology Chitttagong
 
PPTX
Greedy Algorithm - Knapsack Problem
Madhu Bala
 
PPT
Chomsky Hierarchy.ppt
AayushSingh233965
 
PPTX
Greedy algorithms
sandeep54552
 
PPT
Divide and conquer
Dr Shashikant Athawale
 
PPTX
Bruteforce algorithm
Rezwan Siam
 
PPTX
Job sequencing with Deadlines
YashiUpadhyay3
 
Quick sort
Afaq Mansoor Khan
 
Merge sort algorithm power point presentation
University of Science and Technology Chitttagong
 
Greedy Algorithm - Knapsack Problem
Madhu Bala
 
Chomsky Hierarchy.ppt
AayushSingh233965
 
Greedy algorithms
sandeep54552
 
Divide and conquer
Dr Shashikant Athawale
 
Bruteforce algorithm
Rezwan Siam
 
Job sequencing with Deadlines
YashiUpadhyay3
 

What's hot (20)

PPTX
Insertion sort
Monalisa Patel
 
PPTX
Activity selection problem
QAU ISLAMABAD,PAKISTAN
 
PPT
Greedy algorithms
Rajendran
 
PPT
Algorithm: Quick-Sort
Tareq Hasan
 
PPT
Sum of subsets problem by backtracking 
Hasanain Alshadoodee
 
PPTX
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
varun arora
 
PPT
3.8 quick sort
Krish_ver2
 
PPTX
Knapsack Problem
Jenny Galino
 
PPT
Heap sort
Mohd Arif
 
PPTX
Strassen's matrix multiplication
Megha V
 
PPTX
Hashing
Amar Jukuntla
 
PPTX
Insertion sort
almaqboli
 
PPT
Merge sort
Vidushi Pathak
 
PPTX
Quick sort-Data Structure
Jeanie Arnoco
 
PPTX
Performance analysis(Time & Space Complexity)
swapnac12
 
PPT
Time complexity
Katang Isip
 
PDF
Deterministic Finite Automata (DFA)
Animesh Chaturvedi
 
PDF
Daa notes 1
smruti sarangi
 
PPTX
Merge Sort
Nikhil Sonkamble
 
Insertion sort
Monalisa Patel
 
Activity selection problem
QAU ISLAMABAD,PAKISTAN
 
Greedy algorithms
Rajendran
 
Algorithm: Quick-Sort
Tareq Hasan
 
Sum of subsets problem by backtracking 
Hasanain Alshadoodee
 
Backtracking-N Queens Problem-Graph Coloring-Hamiltonian cycle
varun arora
 
3.8 quick sort
Krish_ver2
 
Knapsack Problem
Jenny Galino
 
Heap sort
Mohd Arif
 
Strassen's matrix multiplication
Megha V
 
Hashing
Amar Jukuntla
 
Insertion sort
almaqboli
 
Merge sort
Vidushi Pathak
 
Quick sort-Data Structure
Jeanie Arnoco
 
Performance analysis(Time & Space Complexity)
swapnac12
 
Time complexity
Katang Isip
 
Deterministic Finite Automata (DFA)
Animesh Chaturvedi
 
Daa notes 1
smruti sarangi
 
Merge Sort
Nikhil Sonkamble
 
Ad

Similar to Quick sort algorithm using slide presentation , Learn selection sort example by power point presentation (20)

PPTX
Quicksort Algorithm..simply defined through animations..!!
Mahesh Tibrewal
 
PPTX
09 QUICK SORT Design and Analysis of algorithms
syamalamaganti
 
PPTX
Quick sort
amar kakde
 
PPTX
Divide-and-conquer
Mrunal Patil
 
PPTX
DIVIDE AND CONQUERMETHOD IN DATASTRUCTURE.pptx
LakshmiSamivel
 
PPTX
Data Structure and algorithms for software
ManishShukla712917
 
PPTX
Unit 2 - Quick Sort.pptx
CO1IShwetaKidile
 
PPTX
Quick-Sort Algorithm and pivot selection
SubhranjaliBehera
 
PPTX
Lecture 3.3.4 Quick sort.pptxIIIIIIIIIII
anshsaini1603
 
PPTX
Sortings .pptx
MuhammadSheraz836877
 
PPT
Quick Sort
priyankanaidu6
 
PPTX
MERGE and Quick Sort algorithm explain ppt
UNNATISAXENA8
 
PDF
Bs,qs,divide and conquer 1
subhashchandra197
 
PDF
Quicksort AlgorithmQuicksort is a divide and conquer algorithm. Q.pdf
anupamfootwear
 
PDF
Class13_Quicksort_Algorithm.pdf
AkashSingh625550
 
PPTX
Divide and conquer - Quick sort
Madhu Bala
 
PPTX
Quick sort
Jehat Hassan
 
PPTX
Quick Sort algorithm for sorting an array of elements
9843ganesan
 
Quicksort Algorithm..simply defined through animations..!!
Mahesh Tibrewal
 
09 QUICK SORT Design and Analysis of algorithms
syamalamaganti
 
Quick sort
amar kakde
 
Divide-and-conquer
Mrunal Patil
 
DIVIDE AND CONQUERMETHOD IN DATASTRUCTURE.pptx
LakshmiSamivel
 
Data Structure and algorithms for software
ManishShukla712917
 
Unit 2 - Quick Sort.pptx
CO1IShwetaKidile
 
Quick-Sort Algorithm and pivot selection
SubhranjaliBehera
 
Lecture 3.3.4 Quick sort.pptxIIIIIIIIIII
anshsaini1603
 
Sortings .pptx
MuhammadSheraz836877
 
Quick Sort
priyankanaidu6
 
MERGE and Quick Sort algorithm explain ppt
UNNATISAXENA8
 
Bs,qs,divide and conquer 1
subhashchandra197
 
Quicksort AlgorithmQuicksort is a divide and conquer algorithm. Q.pdf
anupamfootwear
 
Class13_Quicksort_Algorithm.pdf
AkashSingh625550
 
Divide and conquer - Quick sort
Madhu Bala
 
Quick sort
Jehat Hassan
 
Quick Sort algorithm for sorting an array of elements
9843ganesan
 
Ad

Recently uploaded (20)

PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
PPTX
Congenital Hypothyroidism pptx
AneetaSharma15
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PDF
Exploring-Forces 5.pdf/8th science curiosity/by sandeep swamy notes/ppt
Sandeep Swamy
 
PPTX
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
PPTX
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PPTX
Strengthening open access through collaboration: building connections with OP...
Jisc
 
PPTX
NOI Hackathon - Summer Edition - GreenThumber.pptx
MartinaBurlando1
 
PDF
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Skill Development Program For Physiotherapy Students by SRY.pptx
Prof.Dr.Y.SHANTHOSHRAJA MPT Orthopedic., MSc Microbiology
 
PPTX
vedic maths in python:unleasing ancient wisdom with modern code
mistrymuskan14
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
DOCX
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
ACUTE NASOPHARYNGITIS. pptx
AneetaSharma15
 
PDF
1.Natural-Resources-and-Their-Use.ppt pdf /8th class social science Exploring...
Sandeep Swamy
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
Congenital Hypothyroidism pptx
AneetaSharma15
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
Exploring-Forces 5.pdf/8th science curiosity/by sandeep swamy notes/ppt
Sandeep Swamy
 
Software Engineering BSC DS UNIT 1 .pptx
Dr. Pallawi Bulakh
 
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
Strengthening open access through collaboration: building connections with OP...
Jisc
 
NOI Hackathon - Summer Edition - GreenThumber.pptx
MartinaBurlando1
 
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Skill Development Program For Physiotherapy Students by SRY.pptx
Prof.Dr.Y.SHANTHOSHRAJA MPT Orthopedic., MSc Microbiology
 
vedic maths in python:unleasing ancient wisdom with modern code
mistrymuskan14
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
ACUTE NASOPHARYNGITIS. pptx
AneetaSharma15
 
1.Natural-Resources-and-Their-Use.ppt pdf /8th class social science Exploring...
Sandeep Swamy
 

Quick sort algorithm using slide presentation , Learn selection sort example by power point presentation