/quick_hull

Быстрая оболочка множества точек

Primary LanguagePython

Quick Hull

A fast shell algorithm that receives a list of integer point coordinates as input. On Output, returns a list of point indices that are included in this wrapper.

Complexity

Complexity of the NlogN problem

Usage

python main.py