Update geometry/graham_scan_functions.hpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Lajat5 2021-11-07 23:57:52 +05:30 committed by GitHub
parent 176051b1a4
commit 8577fcfe5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
*subset.
*
* The worst case time complexity of Jarviss Algorithm is O(n^2). Using
*Grahams scan algorithm, we can find Convex Hull in O(nLogn) time.
* Grahams scan algorithm, we can find Convex Hull in O(nLogn) time.
*
* ### Implementation
*