Skip to content

Conversation

PayalB24
Copy link

Added Closest Pair of Points using Divide and Conquer

  • Language: C++
  • Algorithm: Closest Pair of Points (2D)
  • Approach: Divide and Conquer
  • File: divide_and_conquer/closest_pair_of_points.cpp

Let me know if any changes are needed. Thank you!

Copy link
Collaborator

@realstealthninja realstealthninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please dont use the bits/stdc++ header as it is not portable, i.e compatible on anything other than windows

Copy link
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Author has not responded to the comments for over 2 weeks label Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Author has not responded to the comments for over 2 weeks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants