yannickshaofengsun/M2_algorithme_enveloppe_convexe: Algorithme du parcours de Graham et algorithme naif

Ce package permet de retrouver l'enveloppe convexe d'un ensemble de points dans R^2. Il contient deux algorithmes l'algorithme de Graham de complexité O(nlog(n)) et l'algorithme naif de complexité O(n^3).

Getting started

Package details

AuthorLeyth Akrout
MaintainerLeyth Akrout <leyth_akrout@yahoo.com>
LicenseGPL (>= 2)
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("yannickshaofengsun/M2_algorithme_enveloppe_convexe")
yannickshaofengsun/M2_algorithme_enveloppe_convexe documentation built on March 11, 2021, 4:39 a.m.