File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
23
23
{% sample lang="py" %}
24
24
[ import:4-6, lang:"python"] ( code/python/grahamScan.py )
25
25
{% sample lang="go" %}
26
- [ import:13-15, lang:"golang "] ( code/golang/graham.go )
26
+ [ import:13-15, lang:"go "] ( code/golang/graham.go )
27
27
{% endmethod %}
28
28
29
29
If the output of this function is 0, the points are collinear.
@@ -49,7 +49,7 @@ In the end, the code should look something like this:
49
49
{% sample lang="py" %}
50
50
[ import:14-27, lang:"python"] ( code/python/grahamScan.py )
51
51
{% sample lang="go" %}
52
- [ import:21-42, lang:"golang "] ( code/golang/graham.go )
52
+ [ import:21-42, lang:"go "] ( code/golang/graham.go )
53
53
{% endmethod %}
54
54
55
55
### Bibliography
@@ -70,7 +70,7 @@ In the end, the code should look something like this:
70
70
{% sample lang="py" %}
71
71
[ import, lang:"python"] ( code/python/grahamScan.py )
72
72
{% sample lang="go" %}
73
- [ import, lang:"golang "] ( code/golang/graham.go )
73
+ [ import, lang:"go "] ( code/golang/graham.go )
74
74
{% endmethod %}
75
75
76
76
<script >
You can’t perform that action at this time.
0 commit comments