Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8940625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:04:56+00:00 2026-06-15T11:04:56+00:00

I have an assignment which compares 2 different algorithms for a problem. Here’s the

  • 0

I have an assignment which compares 2 different algorithms for a problem. Here’s the problem:

Suppose I have a series of xy coords like this :

A(2,3),
B(5,6),
C(7,8),
D(6,2),
E(5,5), etc..

And I want to find 2 coords which have the shortest distance between them. One of the solution is using brute force (matching them one by one), but there is another solution using “divide and conquer” method..

Can you help me with the “divide and conquer” method?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:04:57+00:00Added an answer on June 15, 2026 at 11:04 am

    The recursive divide-and-conquer approach works as follows:

    1) Sort points according to their x-coordinates.
    2) Split the set of
    points into two equal-sized subsets by a vertical line x=xmid.

    3) Solve the problem recursively in the left and right subsets. This
    yields the left-side and right-side minimum distances dLmin and dRmin,
    respectively.

    4) Find the minimal distance dLRmin among the pair of points in which
    one point lies on the left of the dividing vertical and the second
    point lies to the right.

    5) The final answer is the minimum among dLmin, dRmin, and dLRmin.
    (source)

    It has a complexity of O(n log n). There is also a pseudocode implementation here and a visual description of the method here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an assignment in which I have to allow a user to plot
I have a Scheme assignment in which a user is to input a list
Are there exceptions for types which can't have thier assignment operator overloaded? Specifically, I'm
I'm rushing against the clock for a programming assignment in which I have to
I have to do an assignment in JAVA in which I have to connect
I have my first professional assignment of making a website in which a photographer's
I have assignment to work on producer and consumer problem by use thread and
So I am being taught assembly and we have an assignment which is to
So i have an assignment in which i have to make a guessing game
I am taking a C++ class and have a assignment which requires me to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.