quicksort sorting lower bound
play

Quicksort Sorting Lower Bound Exam Exam Exam Exam 2 2 tomorrow - PDF document

5/7/2012 Quicksort Sorting Lower Bound Exam Exam Exam Exam 2 2 tomorrow evening 2 2 tomorrow evening tomorrow evening tomorrow evening Topics were listed in Day 24 slides Some WA9 problems are good reinforcement of exam


  1. 5/7/2012 Quicksort Sorting Lower Bound � Exam Exam Exam Exam 2 2 tomorrow evening 2 2 tomorrow evening tomorrow evening tomorrow evening ◦ Topics were listed in Day 24 slides ◦ Some WA9 problems are good reinforcement of exam material. ◦ Nothing from that assignment will explicitly ne on the exam. ◦ Written part: 100 points ◦ Computer part: 44 points (plus some extra credit) � WA9 due Thursday WA9 due Thursday WA9 due Thursday WA9 due Thursday � Scrabble Milestone 2 due Friday Scrabble Milestone 2 due Friday Scrabble Milestone 2 due Friday Scrabble Milestone 2 due Friday ◦ 5 days since Milestone 1, 4 days until Milestone 2 ◦ You want to have everything except your computer player working for Milestone 2 � Agenda: Agenda: Agenda: Agenda: ◦ Questions about exam, Scrabble, anything else? ◦ Quicksort improvements ◦ Lower Bound for Sorting Algorithms ◦ Radix Sort 1

  2. 5/7/2012 � Best, worst, average time for Quicksort � What causes the worst case? Q1 Q1 Q1 Q1 � Avoid the worst case ◦ Select pivot from the middle ◦ Randomly select pivot ◦ Median of 3 pivot selection. ◦ Median of k pivot selection � "Switch over" to a simpler sorting method (insertion) when the subarray size gets small Weiss's code does Nedian of 3 and switchover to insertion sort at 10. ◦ Linked from schedule page 2

  3. 5/7/2012 � http://maven.smith.edu/~thiebaut/java/sort/ demo.html � http://www.cs.ubc.ca/~harrison/Java/sorting <demo.html We can’t do much better than what we already know how to do. 3

  4. 5/7/2012 � Lower bound for best case? � A particular algorithm that achieves this? � Want a function f(N) f(N) f(N) f(N) such that the worst case running time worst case running time worst case running time worst case running time for all sorting algorithms all sorting algorithms is > all sorting algorithms all sorting algorithms > > >( ( ( (f(N)) f(N)) f(N)) f(N)) � How do we get a handle on “all sorting algorithms”? Tricky! 4

  5. 5/7/2012 � We can’t list all sorting algorithms and analyze all of them ◦ Why not? � But we can find a uniform uniform representation representation of uniform uniform representation representation any sorting algorithm that is based on comparing comparing elements of the array to each comparing comparing other This "uniform representation" idea is exploited in a big way in Theory of Computation, e.g., to demonstrate the unsolvability of the "Halting Problem" � The problem of sorting N elements is at least as hard as determining their ordering ◦ e.g., determining that a 3 < a 4 < a 1 < a 5 < a 2 � So any lower bound on all "order< determination" algorithms is also a lower bound on "all sorting algorithms" 5

  6. 5/7/2012 Q2 Q2 Q2 Q2 � Let A be any comparison comparison< comparison comparison < <based algorithm < based algorithm based algorithm based algorithm for sorting an array of distinct elements � Note: sorting is asymptotically equivalent to determining the correct order of the originals � We can draw an EBT that corresponds to the comparisons that will be used by A to sort an array of N elements ◦ This is called a sort decision tree sort decision tree sort decision tree sort decision tree ◦ Just a pen<and<paper concept, not actually a data structure ◦ Different algorithms will have different trees Q3< Q3 Q3 Q3 <5 < < 5 5 5 � Minimum number of external nodes in a sort decision tree? (As a function of N) � Is this number dependent on the algorithm? � What’s the height of the shortest EBT with that many external nodes? No comparison<based sorting algorithm, known or not yet discovered, can ever ever do ever ever better than this! 6

  7. 5/7/2012 � >(N log N) is the best we can do if we compare items � Can we sort without comparing items? Q6 Q6 Q6 Q6 � O(N) sort: Bucket sort ◦ Works if possible values come from limited range ◦ Example: Exam grades histogram � A variation: Radix sort 7

  8. 5/7/2012 Q7< Q7 Q7 Q7 <10 < < 10 10 10 � A picture is worth 10 3 words, but an animation is worth 2 10 pictures, so we will look at one. � http://www.cs.auckland.ac.nz/software/AlgA nim/radixsort.html Used an appropriate combo of mechanical, digital, and human effort to get the job done. 8

  9. 5/7/2012 9

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend