Skip to content

irsyadnb/Closest-Pair-Problem-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Closest Pair of Points

Closest Pair Problem in 3D using Divide and Conquer

Description

This program is solving Closest Pair Problem in 3D using Divide and Conquer algorithm. Program solve by recursively dividing sorted points by x coordinates into two. Each part of division will find its distance. In the end, program will combine all distance and find the smallest distnace.

Requirements

  • Python 3.8.5 or later
  • Matplotlib

Run Program

  • Run main.py in src folder on terminal by typing python main.py

Author

  • Nama: Irsyad Nurwidianto Basuki
    NIM: 13521072

About

Closest Pair Problem in 3D using Divide and Conquer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages