mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update geometry/graham_scan_algorithm.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
8577fcfe5b
commit
7c3fc8bec9
@ -58,7 +58,7 @@ static void test() {
|
||||
|
||||
derived_result = geometry::grahamscan::convexHull(points, points.size());
|
||||
|
||||
std::cout << "Test#1...";
|
||||
std::cout << "1st test: ";
|
||||
for (int i = 0; i < expected_result.size(); i++) {
|
||||
assert(derived_result[i].x == expected_result[i].x);
|
||||
assert(derived_result[i].y == expected_result[i].y);
|
||||
|
Loading…
Reference in New Issue
Block a user