mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
changing typo (#1168)
This commit is contained in:
parent
9492e7af7c
commit
a4ed40be86
|
@ -7,7 +7,7 @@ computer graphics and game development.
|
|||
|
||||
Two algorithms have been implemented for the convex hull problem here.
|
||||
1. A brute-force algorithm which runs in O(n^3)
|
||||
2. A divide-and-conquer algorithm which runs in O(n^3)
|
||||
2. A divide-and-conquer algorithm which runs in O(n log(n))
|
||||
|
||||
There are other several other algorithms for the convex hull problem
|
||||
which have not been implemented here, yet.
|
||||
|
|
Loading…
Reference in New Issue
Block a user