Skip to content

Commit c3a9bcb

Browse files
committed
Fix
1 parent 2113308 commit c3a9bcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/thealgorithms/divideandconquer/ConvexHull.java

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* Algorithms provided:
1717
* 1. Brute-Force Method
1818
* 2. Recursive (Divide-and-Conquer) Method
19+
*
20+
* @author Hardvan
1921
*/
2022
class Point implements Comparable<Point> {
2123
double x;

0 commit comments

Comments
 (0)