Skip to content

GokhanArik/Closest-Pair-of-Points-Algorithm---Animated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Closest-Pair-of-Points-Algorithm---Animated

Python implementation of closest pair of points algorithm with animated graph.

Usage

Run python closest_pair.py ArraySize for animated version.

Run python closest_pair_plain.py ArraySize for regular version.

Run python brute_force.py ArraySize for brute force solution of the problem.

ArraySize 1 and 2 for cpp algorithms are pre-defined arrays. If you put another integer, it will create a random array of size ArraySize

Screenshots

alt tag alt tag alt tag

www.gokhanarik.com

About

Step by step animated version of closest pair of points algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages