Skip to content

Commit cd7778f

Browse files
authored
Updated .md to match code changes
1 parent e4ee29c commit cd7778f

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
@@ -21,7 +21,7 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
2121
{% sample lang="js" %}
2222
[import:36-38, lang:"javascript"](code/javascript/graham-scan.js)
2323
{% sample lang="py" %}
24-
[import:5-6, lang:"python"](code/python/grahamScan.py)
24+
[import:4-6, lang:"python"](code/python/grahamScan.py)
2525
{% endmethod %}
2626

2727
If the output of this function is 0, the points are collinear.
@@ -45,7 +45,7 @@ In the end, the code should look something like this:
4545
{% sample lang="js" %}
4646
[import:1-30, lang:"javascript"](code/javascript/graham-scan.js)
4747
{% sample lang="py" %}
48-
[import:19-32, lang:"python"](code/python/grahamScan.py)
48+
[import:14-27, lang:"python"](code/python/grahamScan.py)
4949
{% endmethod %}
5050

5151
### Bibliography

0 commit comments

Comments
 (0)