Skip to content

Commit d55803f

Browse files
Trashtalk217leios
authored andcommitted
Minor correction (algorithm-archivists#606)
* Added a proof for the Euclidean Algorithm * Revert "Added a proof for the Euclidean Algorithm" This reverts commit 7b5c628. * Removed unneccesary point.
1 parent d2ae305 commit d55803f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/graham_scan/code/julia/graham.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ end
4747
function main()
4848
# This hull is just a simple test so we know what the output should be
4949
points = [
50-
Point(-5.,2), Point(5,7), Point(-6,-12), Point(-14,-14), Point(9,9),
50+
Point(-5,2), Point(5,7), Point(-6,-12), Point(-14,-14), Point(9,9),
5151
Point(-1,-1), Point(-10,11), Point(-6,15), Point(-6,-8), Point(15,-9),
5252
Point(7,-7), Point(-2,-9), Point(6,-5), Point(0,14), Point(2,8)
5353
]

0 commit comments

Comments
 (0)