Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3 Problem 3: rite an algorithm in pseudocode for each of following two problems below. The algorithm should be simple in both cases! Both algorithms

image text in transcribed

3 Problem 3: rite an algorithm in pseudocode for each of following two problems below. The algorithm should be simple in both cases! Both algorithms should have running time significantly better than n2 Part 1: Closest Pair (5 points) Input: An array A with n distinct (non-equal) elements . Output: numbers r and y in A that minimize |x - y, where -y denotes absolute-value(x-y) Part 2: Remove Duplicates (5 points) . Input: An array A of size n, with some elements possibly repeated many times Output: a list L that contains the elements of A (in any order), but without duplicates For example, if A -1,3,7, 5,3,5,3,1,4 then the output set L can contairn the numbers 1,4,7,5,3 in any order

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

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions

Question

6. Testing equipment that will be used in instruction.

Answered: 1 week ago