Closest Pair Problem in 3D using Divide and Conquer
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.
- Python 3.8.5 or later
- Matplotlib
- Run main.py in src folder on terminal by typing
python main.py
- Nama: Irsyad Nurwidianto Basuki
NIM: 13521072