File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chapters/computational_geometry/gift_wrapping/graham_scan Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
13
13
14
14
{% method %}
15
15
{% sample lang="jl" %}
16
- [ import:30-32 , lang:"julia"] ( code/julia/graham.jl )
16
+ [ import:6-8 , lang:"julia"] ( code/julia/graham.jl )
17
17
{% sample lang="c" %}
18
18
[ import:24-26, lang:"c_cpp"] ( code/c/graham.c )
19
19
{% endmethod %}
@@ -31,7 +31,7 @@ In the end, the code should look something like this:
31
31
32
32
{% method %}
33
33
{% sample lang="jl" %}
34
- [ import:34-69 , lang:"julia"] ( code/julia/graham.jl )
34
+ [ import:10-46 , lang:"julia"] ( code/julia/graham.jl )
35
35
{% sample lang="c" %}
36
36
[ import:65-95, lang:"c_cpp"] ( code/c/graham.c )
37
37
{% endmethod %}
You can’t perform that action at this time.
0 commit comments