DuhastMish / quick_hull

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%