[SOLVED] 代写 data structure algorithm Scheme Java Algorithms and Data Structures (ADS2)

30 $

File Name: 代写_data_structure_algorithm_Scheme_Java_Algorithms_and_Data_Structures_(ADS2).zip
File Size: 763.02 KB

SKU: 3877739894 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


Algorithms and Data Structures (ADS2)
Assessed Exercise 1
This lab sheet contains material based on Lecture 5 (24 January). This exercise is for submission using Moodle and counts for 10% of the total assessment mark for this course.
This exercise is worth a total of 30 points.
The deadline for submission is Friday 8 February 2019 at 4:30pm.
Exercise
This exercise has three parts. The first involves implementing four variants of the quicksort algorithm in Java, the second involves running some empirical studies to compare the performance of each version, and the third involves the definition and implementation in Java of an algorithm to compute adversaries for quicksort.
Submission
Submit the Java sources of your implementations and a short (maximum 2 pages) report describing what you have done in each part of the exercise. Your report should include a heading stating your full name and matriculation number and clear instructions on how to run your code.
Part 1
Implement the following algorithms in Java:
a) The pseudocode for QUICK-SORT introduced in Lecture 5 (slide 74), including
procedure PARTITION implementing right-most element pivot selection (slide 73). [6]
b) A variant of QUICK-SORT which returns without sorting subarrays with fewer than k elements and then uses INSERTION-SORT to sort the entire nearly-sorted array (Lecture 5, slide 84). [2]
c) A variant of QUICK-SORT using the median-of-three partitioning scheme. [2]
d) 3-W A Y -QUICK-SORT (Lecture 5, slide 85). implementation operates.
Part 2
Explain
in the
report how your [10]
Compare all four versions of the algorithm you implemented in Part 1 (try experimenting with different cutoff values in 1b) using TimeSortingAlgorithms you implemented in Lab 1. Use datasets provided on Moodle under Lab/Files. Also compare with the running times of InsertionSort and MergeSort. Report and explain your findings. Hint: use TestSortingAlgorithms from Lab 1 to test the correctness of your algorithms. [4]
ADS2 2019 1 Assessed Exercise 1

Part 3
Define an algorithm to generate pathological input sequences for the quicksort algorithm, that is instances that will require quadratic time to be sorted. Consider a median-of-three partitioning scheme (left, middle, right). Explain in the report how your algorithm operates and implement it in Java. [6]
ADS2 2019 2 Assessed Exercise 1

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] 代写 data structure algorithm Scheme Java Algorithms and Data Structures (ADS2)
30 $