File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
32
32
[ import:18-20, lang="cpp"] ( code/c++/graham_scan.cpp )
33
33
{% sample lang="coco" %}
34
34
[ import:4-8, lang="coconut"] ( code/coconut/graham_scan.coco )
35
+ {%sample lang="elisp" %}
36
+ [ import:15-22, lang="elisp"] ( code/elisp/graham-scan.el )
35
37
{% endmethod %}
36
38
37
39
If the output of this function is 0, the points are collinear.
@@ -66,6 +68,8 @@ In the end, the code should look something like this:
66
68
[ import:26-62, lang="cpp"] ( code/c++/graham_scan.cpp )
67
69
{% sample lang="coco" %}
68
70
[ import:17-30, lang="coconut"] ( code/coconut/graham_scan.coco )
71
+ {%sample lang="elisp" %}
72
+ [ import:24-38, lang="elisp"] ( code/elisp/graham-scan.el )
69
73
{% endmethod %}
70
74
71
75
### Bibliography
@@ -95,6 +99,8 @@ In the end, the code should look something like this:
95
99
[ import, lang="cpp"] ( code/c++/graham_scan.cpp )
96
100
{%sample lang="coco" %}
97
101
[ import, lang="coconut"] ( code/coconut/graham_scan.coco )
102
+ {%sample lang="elisp" %}
103
+ [ import, lang="elisp"] ( code/elisp/graham-scan.el )
98
104
{% endmethod %}
99
105
100
106
<script >
You can’t perform that action at this time.
0 commit comments