[Solved] 605.621 Foundations of Algorithms Programming Assignment 1 Code and I/O files

$25

File Name: 605.621_Foundations_of_Algorithms_Programming_Assignment_1_Code_and_I/O_files.zip
File Size: 725.34 KB

SKU: [Solved] 605.621 Foundations of Algorithms Programming Assignment 1 Code and I/O files Category: Tag:
5/5 - (1 vote)

The goals of Programming Assignment 1 are: (1) to have you prepare your programming tools to support algorithm implementation, trace runs, and test runs to measure asymptotic behavior of your algorithm implementation, and (2) to exercise the algorithm analysis techniques youll study in Modules 1 and 2. A firm foundation in these two goals will set you off towards successful assignment work this semester.

This programming problem is not a collaborative assignment. You are required to follow the Programming Assignment Guidelines and Pseudocode Restrictions (Blackboard page Syllabus & Course Information ) when

preparing your solutions to these problems.

This assignment requires you to construct an algorithm. There are, of course, many algorithms solving this problem. Some algorithms are asymptotically more efficient than others. Your objectives are to (a) complete the assignment, and (b) submit an asymptotically efficient algorithm.

1. Conditions

  • Consider a set, P, of n points, (x1,y1),,(xn,yn), in a two dimensional plane.
  • A metric for the distance between two points (xi,yi) and (xj,yj) in this plane is the Euclidean distance

p(xi xj)2+(yi yj)2.

2. Closest Pairs [90 points]

  • [40 points] Construct an algorithm for finding the closest pairs of points in P. Your algorithm inputs are P and m. Return the distances between the m closest pairs of points, including their x and y
    1. [25 points] Define your algorithm using pseudocode.
    2. [15 points] Determine the worst-case running time (page 25) of your algorithm (call this the algorithms worst-case running time).
  • [20 points] Implement your algorithm. Your code must have a reasonable, consistent, style and documentation. It must have appropriate data structures, modularity, and error checking.
  • [10 points] Perform and submit trace runs demonstrating the proper functioning of your code.
  • [10 points] Perform tests to measure the asymptotic behavior of your program (call this the codes worstcase running time).
  • [10 points] Analysis comparing your algorithms worst-case running time to your codes worst-case running time.

3. Retrospection [10 points]

(a) [10 points] Now that you have designed, implemented, and tested your algorithm, what aspects of your algorithm and/or code could change and reduce the worst-case running time of your algorithm? Be specific in your response to this question.

1

Reviews

There are no reviews yet.

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

Shopping Cart
[Solved] 605.621 Foundations of Algorithms Programming Assignment 1 Code and I/O files
$25