GitHub topics: closest-pair
selcia25/advanced-data-structures-and-algorithms
π©βπ»This repository provides Python implementations of a variety of fundamental algorithms and problem-solving techniques. From Knapsack and TSP to BFS, DFS, and more, explore practical examples to enhance your algorithmic skills. Perfect for students and developers seeking to grasp essential algorithms in Python.
Language: Python - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AntVil/closest-pair
Computes closest pairs of points
Language: JavaScript - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

projeto-de-algoritmos/D-C_Closest_pair_problem
The Closest Pair Problem - Divide and Conquer algorithm - 2020
Language: C - Size: 5.63 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

weirane/closest-pair-wasm
Rust + WebAssembly demo of the closest pair problem
Language: Rust - Size: 1.11 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 3 - Forks: 0

0x01h/closest-pair-distance-3d π¦
Closest pair problem in 3D space using divide and conquer algorithm. Brute-force vs. divide and conquer approach complexity analysis.
Language: C++ - Size: 963 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

MinhQuan-Github/Closest-Pair
Language: Python - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

utsav507/python-projects
Intermediate-level Projects in Python
Language: Python - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 15

Grieverheart/ntcd
Single file collision detection, closest point, and raycasting library for convex shapes using GJK
Language: C - Size: 251 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 7 - Forks: 5

umutsevdi/closest-pair
C implementation of Closest Pair Problem.
Language: C - Size: 325 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

SlavkoPrytula/Find-The-Closest-Pair-Of-Points
Given an array consisting of n distinct points[p1[x1, y1] ... pn[xn, yn]]. Find the closest pair of points using a Divide-and-Conquer Algorithm with asymptotic complexity of O(N log N)
Language: Python - Size: 70.3 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

priyanshsaxena/AlgorithmDesign
Assignments done during CS403, Even Semester 2016-2017, IIT Mandi
Language: C++ - Size: 1010 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 1

grantgasser/algorithms-project
Closest Pair and Convex Hull
Language: C++ - Size: 15.2 MB - Last synced at: 23 days ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

IvanIlnytskyi/Parallel-Closest-Pair
C++ implementation of parallel 'Closest Pair' algorithm (https://www.cs.cmu.edu/~guyb/papers/BM04.pdf pages 44-46)
Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

andriyka/python-closest-pair-algorithm
closest-pair-algorithm from https://www.cs.cmu.edu/~guyb/papers/BM04.pdf
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

alex-vargas/finding-closest-pair-of-points
Project from UTEP's CS 6350 - Advance Algorithms class.
Language: JavaScript - Size: 2.52 MB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

byeolbit/3-2_Algorithm
2016λ λ 3νλ 2νκΈ° μκ³ λ¦¬μ¦
Language: C - Size: 822 KB - Last synced at: 27 days ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
