mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-18 03:37:35 +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.
|
Two algorithms have been implemented for the convex hull problem here.
|
||||||
1. A brute-force algorithm which runs in O(n^3)
|
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
|
There are other several other algorithms for the convex hull problem
|
||||||
which have not been implemented here, yet.
|
which have not been implemented here, yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user