SlideShare a Scribd company logo
1 of 49
CSE245- ALGORITHM
Presented BY
Name: Ratul Hasan Shaon
ID: 2013-3-60-046,
Name: Mostofa Rahat
ID: 2013-3-60-033,
Name: Jannatul Ferdaous
ID: 2013-3-60-001
RADIX SORT
RADIX SORT
 We have seen many sorting algorithms but
this one is different, it is not based on the
general algorithm strategy above, but on a
totally different method. It is interesting
because it requires the absolute minimum
amount of space and the minimum amount of
data movement, and, most amazing of all, it
does no comparisons.
 In Computer Science Radix Sort is a non –
comparative integer sorting algorithm that
sort data with integer keys by grouping keys
by the individual digits which share same
significant position and value.
WHY IT IS CALLED ‘ RADIX ’ ???
Does it named before any
Person?
e.g. The Floyd-Warshall Algorithm
Does it named before any
Person?
e.g. The Floyd-Warshall Algorithm
NO
Radix Means : the base of a system of numeration
Examples:
• The decimal number system that we use
every day has 10 digits {0,1,2,3,4,5,6,7,8,9}
and so the radix is 10.
CLASSIFIACATION
1. Least Significant Digit (LSD) radix sorts
2. Most Significant Digit (MSD) radix sorts
LEAST SIGNIFICANT DIGIT (LSD) RADIX SORTS
 How many times we will sort the number ?
or
How many passes will required ?
LEAST SIGNIFICANT DIGIT (LSD) RADIX SORTS
Examples :
4310 , 357 , 251 , 78
LEAST SIGNIFICANT DIGIT (LSD) RADIX SORTS
Examples :
4310 , 357 , 251 , 78
So 4 passes will require .
4310
EXAMPLE (LSD)
126 328 636 341 416 131 328
Input list :
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit / Pass
1 :
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit / Pass
1 :
0 1 2 3 4 5 6 7 8 9
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
126
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
126 328
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
126
636
328
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
341 126
636
328
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
341 126
636
416
328
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
341
131
126
636
416
328
EXAMPLE (LSD)
126 328 636 341 416 131 328
BinSort on lower digit:
0 1 2 3 4 5 6 7 8 9
341
131
126
636
416
328
328
EXAMPLE (LSD)
341 131 126 636 416 328 328
After Sorting:
0 1 2 3 4 5 6 7 8 9
341
131
126
636
416
328
328
EXAMPLE (LSD)
BinSort on next higher digit / Pass 2 :
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
341
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
131 341
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
126 131 341
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
126 131
636
341
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
416 126 131
636
341
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
416 126
328
131
636
341
341 131 126 636 416 328 328
EXAMPLE (LSD)
BinSort on next higher digit:
0 1 2 3 4 5 6 7 8 9
416 126
328
328
131
636
341
341 131 126 636 416 328 328
EXAMPLE (LSD)
416 126 328 328 636 131 341
After Sorting:
0 1 2 3 4 5 6 7 8 9
416 126
328
328
636 341
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher or highest digit /
Pass 3 :
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
416
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
126 416
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
126 328 416
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
126 328
328
416
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
126
131
328
328
416
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
126
131
328
328
416 636
EXAMPLE (LSD)
416 126 328 328 131 636 341
BinSort on next higher/highest
digit:
0 1 2 3 4 5 6 7 8 9
126
131
328
328
341
416 636
EXAMPLE (LSD)
126 131 328 328 341 416 636
After Sorting:
0 1 2 3 4 5 6 7 8 9
126
131
328
328
341
416 636
EXAMPLE (LSD)
126 131 328 328 341 416 636
Completed
EXAMPLE (LSD)
126 131 328 328 341 416 636
The Numbers are now sorted
RADIX SORT
 Radix sort is generalization of bucket sort.
 It uses several passes of bucket sort.
 Radix sort is stable and fast.
ALGORITHM
1. Create an array a[ 0…..n-1] elements.
2. Call bucket sort repeatedly on least to most
significant digit of each element as the key.
3. Return the sorted array.
ANALYSIS
 Each pass over n d-digit numbers and k base
keys then takes time O(n+k). (Assuming
counting sort is used for each pass.)
 There are d passes, so the total time for
radix sort is O(d (n+k)).
 When d is a constant and total run time =
O(n)
APPLICATIONS
 Mostly used in parallel computing
SOURCES
 Google
 Wikipedia
Questions ?
Thank You

More Related Content

What's hot (20)

Insertion sort algorithm power point presentation
Insertion  sort algorithm power point presentation Insertion  sort algorithm power point presentation
Insertion sort algorithm power point presentation
 
Radix Sort
Radix SortRadix Sort
Radix Sort
 
Insertion Sorting
Insertion SortingInsertion Sorting
Insertion Sorting
 
Radix Sort
Radix SortRadix Sort
Radix Sort
 
Binary Search
Binary SearchBinary Search
Binary Search
 
Binary Tree Traversal
Binary Tree TraversalBinary Tree Traversal
Binary Tree Traversal
 
Binary Search Tree
Binary Search TreeBinary Search Tree
Binary Search Tree
 
heap Sort Algorithm
heap  Sort Algorithmheap  Sort Algorithm
heap Sort Algorithm
 
linear search and binary search
linear search and binary searchlinear search and binary search
linear search and binary search
 
Sorting Algorithms
Sorting AlgorithmsSorting Algorithms
Sorting Algorithms
 
Merge sort algorithm
Merge sort algorithmMerge sort algorithm
Merge sort algorithm
 
Application of Data structure
Application of Data structureApplication of Data structure
Application of Data structure
 
Ppt bubble sort
Ppt bubble sortPpt bubble sort
Ppt bubble sort
 
single linked list
single linked listsingle linked list
single linked list
 
Quick sort-Data Structure
Quick sort-Data StructureQuick sort-Data Structure
Quick sort-Data Structure
 
Sorting
SortingSorting
Sorting
 
Linear Search
Linear SearchLinear Search
Linear Search
 
Binary search
Binary searchBinary search
Binary search
 
PPT On Sorting And Searching Concepts In Data Structure | In Programming Lang...
PPT On Sorting And Searching Concepts In Data Structure | In Programming Lang...PPT On Sorting And Searching Concepts In Data Structure | In Programming Lang...
PPT On Sorting And Searching Concepts In Data Structure | In Programming Lang...
 
Insertion sort bubble sort selection sort
Insertion sort bubble sort  selection sortInsertion sort bubble sort  selection sort
Insertion sort bubble sort selection sort
 

Viewers also liked

Counting Sort and Radix Sort Algorithms
Counting Sort and Radix Sort AlgorithmsCounting Sort and Radix Sort Algorithms
Counting Sort and Radix Sort AlgorithmsSarvesh Rawat
 
Metodos de ordenacion radix sort
Metodos de ordenacion radix sortMetodos de ordenacion radix sort
Metodos de ordenacion radix sorttephyfree
 
3.6 radix sort
3.6 radix sort3.6 radix sort
3.6 radix sortKrish_ver2
 
Counting sort(Non Comparison Sort)
Counting sort(Non Comparison Sort)Counting sort(Non Comparison Sort)
Counting sort(Non Comparison Sort)Hossain Md Shakhawat
 
SORTTING IN LINEAR TIME - Radix Sort
SORTTING IN LINEAR TIME - Radix SortSORTTING IN LINEAR TIME - Radix Sort
SORTTING IN LINEAR TIME - Radix SortDevanshu Taneja
 
Exposicion _bucket _sort
Exposicion _bucket _sortExposicion _bucket _sort
Exposicion _bucket _sortadrianasl
 
358 33 powerpoint-slides_14-sorting_chapter-14
358 33 powerpoint-slides_14-sorting_chapter-14358 33 powerpoint-slides_14-sorting_chapter-14
358 33 powerpoint-slides_14-sorting_chapter-14sumitbardhan
 
Algoritma dan Struktur Data - Tipe Data Compound
Algoritma dan Struktur Data - Tipe Data CompoundAlgoritma dan Struktur Data - Tipe Data Compound
Algoritma dan Struktur Data - Tipe Data CompoundKuliahKita
 
Algoritma dan Struktur Data - Pseudocode
Algoritma dan Struktur Data - PseudocodeAlgoritma dan Struktur Data - Pseudocode
Algoritma dan Struktur Data - PseudocodeKuliahKita
 
Bucket sort- A Noncomparision Algorithm
Bucket sort- A Noncomparision AlgorithmBucket sort- A Noncomparision Algorithm
Bucket sort- A Noncomparision AlgorithmKrupali Mistry
 
Analysis of algorithn class 3
Analysis of algorithn class 3Analysis of algorithn class 3
Analysis of algorithn class 3Kumar
 
Bucket sort
Bucket sortBucket sort
Bucket sorteislenp
 
Cs105 l15-bucket radix
Cs105 l15-bucket radixCs105 l15-bucket radix
Cs105 l15-bucket radixGopi Saiteja
 
Algoritma dan Struktur Data
Algoritma dan Struktur DataAlgoritma dan Struktur Data
Algoritma dan Struktur DataAs Faizin
 

Viewers also liked (20)

Counting Sort and Radix Sort Algorithms
Counting Sort and Radix Sort AlgorithmsCounting Sort and Radix Sort Algorithms
Counting Sort and Radix Sort Algorithms
 
Metodos de ordenacion radix sort
Metodos de ordenacion radix sortMetodos de ordenacion radix sort
Metodos de ordenacion radix sort
 
Radix Sort
Radix SortRadix Sort
Radix Sort
 
3.6 radix sort
3.6 radix sort3.6 radix sort
3.6 radix sort
 
Heap sort
Heap sort Heap sort
Heap sort
 
Counting sort(Non Comparison Sort)
Counting sort(Non Comparison Sort)Counting sort(Non Comparison Sort)
Counting sort(Non Comparison Sort)
 
SORTTING IN LINEAR TIME - Radix Sort
SORTTING IN LINEAR TIME - Radix SortSORTTING IN LINEAR TIME - Radix Sort
SORTTING IN LINEAR TIME - Radix Sort
 
Exposicion _bucket _sort
Exposicion _bucket _sortExposicion _bucket _sort
Exposicion _bucket _sort
 
358 33 powerpoint-slides_14-sorting_chapter-14
358 33 powerpoint-slides_14-sorting_chapter-14358 33 powerpoint-slides_14-sorting_chapter-14
358 33 powerpoint-slides_14-sorting_chapter-14
 
Algoritma dan Struktur Data - Tipe Data Compound
Algoritma dan Struktur Data - Tipe Data CompoundAlgoritma dan Struktur Data - Tipe Data Compound
Algoritma dan Struktur Data - Tipe Data Compound
 
Algoritma dan Struktur Data - Pseudocode
Algoritma dan Struktur Data - PseudocodeAlgoritma dan Struktur Data - Pseudocode
Algoritma dan Struktur Data - Pseudocode
 
Bucket sort- A Noncomparision Algorithm
Bucket sort- A Noncomparision AlgorithmBucket sort- A Noncomparision Algorithm
Bucket sort- A Noncomparision Algorithm
 
Bucket sort
Bucket sortBucket sort
Bucket sort
 
Metodo radix
Metodo radixMetodo radix
Metodo radix
 
Sorting
SortingSorting
Sorting
 
Analysis of algorithn class 3
Analysis of algorithn class 3Analysis of algorithn class 3
Analysis of algorithn class 3
 
Bucket sort
Bucket sortBucket sort
Bucket sort
 
Cs105 l15-bucket radix
Cs105 l15-bucket radixCs105 l15-bucket radix
Cs105 l15-bucket radix
 
Algoritma dan Struktur Data
Algoritma dan Struktur DataAlgoritma dan Struktur Data
Algoritma dan Struktur Data
 
Insertion and Redix Sort
Insertion and Redix SortInsertion and Redix Sort
Insertion and Redix Sort
 

Recently uploaded

Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 

Recently uploaded (20)

Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

Radix sort presentation

Editor's Notes

  1. Actually no
  2. Actually no
  3. LSD radix sorts process the integer representations starting from the least digit and move towards the most significant digit. MSD radix sorts work the other way around
  4. It depends on how many digits the Highest number have