Skip to content

Commit 6893834

Browse files
committed
fixing smallscale changes to line numbers in graham scan for julia.
1 parent fd6020e commit 6893834

File tree

1 file changed

+2
-2
lines changed
  • chapters/computational_geometry/gift_wrapping/graham_scan

1 file changed

+2
-2
lines changed

chapters/computational_geometry/gift_wrapping/graham_scan/graham_scan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
1313

1414
{% method %}
1515
{% sample lang="jl" %}
16-
[import:30-32, lang:"julia"](code/julia/graham.jl)
16+
[import:6-8, lang:"julia"](code/julia/graham.jl)
1717
{% sample lang="c" %}
1818
[import:24-26, lang:"c_cpp"](code/c/graham.c)
1919
{% endmethod %}
@@ -31,7 +31,7 @@ In the end, the code should look something like this:
3131

3232
{% method %}
3333
{% sample lang="jl" %}
34-
[import:34-69, lang:"julia"](code/julia/graham.jl)
34+
[import:10-46, lang:"julia"](code/julia/graham.jl)
3535
{% sample lang="c" %}
3636
[import:65-95, lang:"c_cpp"](code/c/graham.c)
3737
{% endmethod %}

0 commit comments

Comments
 (0)