Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ICrOSO t.MicrosoftEdge e/Downloads/Assignment 1.pdf CS 3330 Assignment 1 (Due: at 11:59PM on 3/25/2018) 1.a) Writ a pseudo-code for the closest-pair problem. In this problem, you

image text in transcribed
ICrOSO t.MicrosoftEdge e/Downloads/Assignment 1.pdf CS 3330 Assignment 1 (Due: at 11:59PM on 3/25/2018) 1.a) Writ a pseudo-code for the "closest-pair" problem. In this problem, you will determine the closest number pair in a given randomly order number array. For example assume your array A is as follows: A 12,20, 35, 28, 45, 23, 67, 21, 95, 15) Your program (or pseudo-code) will find the indices of closest numbers in the array. In the above array A, 20 and 21 are the closest pairs. 1.b) Perform a complexity analysis of your algorithm as I did in the video tutorial What is the best-case, average-case, and the worst-case scenarios? 2.a) Write a pseudo-code for "binary search" problem. In this problem, you will search an element in a sorted array. For example: A [1, 4,7,9, 12, 24, 56, 61, 62, 65, 89] If the search element is 12, your algorithm must find its index 2.b) Perform a complexity analysis for your algorithm as I did in the video tutorial. What is the best, average, and worst case

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 15th International Conference Dexa 2004 Zaragoza Spain August 30 September 3 2004 Proceedings Lncs 3180

Authors: Fernando Galindo ,Makoto Takizawa ,Roland Traunmuller

2004th Edition

3540229361, 978-3540229360

More Books

Students also viewed these Databases questions