Project 1 Part 2: Convex Hull
You cannot submit for this problem because the homework's deadline is due.
Compile requirements
Please submit a zip
or tar
file containing sort.hpp
and p1.cpp
.
You must make sure that your code compiles successfully on a Linux operating system with g++
and the options -std=c++1z -Wconversion -Wall -Werror -Wextra -pedantic
.
Test case specifications
These test cases are set to help you test your implementation to solve the convex hull problem. The test cases are in the following categories:
- Case 1-7: Normal test cases
- Case 8-10: Special test cases (such as colinear and duplicated points)
Please note that JOJ is not an efficient way to debug, and we recommend you to write your own test cases.
Project 1
- Status
- Finished
- Problems
- 2
- Open Since
- 2022-10-13 00:00
- DDL
- 2022-10-25 23:59
- Extension
- 72.0 hour(s)