File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 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
3232[ import:18-20, lang="cpp"] ( code/c++/graham_scan.cpp )
3333{% sample lang="coco" %}
3434[ 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 )
3537{% endmethod %}
3638
3739If 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:
6668[ import:26-62, lang="cpp"] ( code/c++/graham_scan.cpp )
6769{% sample lang="coco" %}
6870[ 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 )
6973{% endmethod %}
7074
7175### Bibliography
@@ -95,6 +99,8 @@ In the end, the code should look something like this:
9599[ import, lang="cpp"] ( code/c++/graham_scan.cpp )
96100{%sample lang="coco" %}
97101[ import, lang="coconut"] ( code/coconut/graham_scan.coco )
102+ {%sample lang="elisp" %}
103+ [ import, lang="elisp"] ( code/elisp/graham-scan.el )
98104{% endmethod %}
99105
100106<script >
You can’t perform that action at this time.
0 commit comments