Skip to content

Commit b1a7413

Browse files
authored
fixes #1002 (#1042)
1 parent 5794483 commit b1a7413

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/chapter2/section3/subsection3.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,7 @@ tree_to_list_2(union_set_as_tree(
14821482
</JAVASCRIPT>
14831483
</SNIPPET>
14841484
<SNIPPET>
1485+
<NAME>intersection_set_as_tree_solution</NAME>
14851486
<REQUIRES>intersection_set_ordered</REQUIRES>
14861487
<REQUIRES>list_to_tree</REQUIRES>
14871488
<REQUIRES>tree_to_list_2</REQUIRES>
@@ -1639,6 +1640,7 @@ lookup(3, list(make_record(2, "Venus"),
16391640
<LABEL NAME="ex:set-lookup-binary-tree"/>
16401641
<SOLUTION>
16411642
<SNIPPET>
1643+
<NAME>ex_set_lookup_binary_tree</NAME>
16421644
<REQUIRES>make_tree_function</REQUIRES>
16431645
<REQUIRES>record</REQUIRES>
16441646
<EXAMPLE>lookup_example2</EXAMPLE>

0 commit comments

Comments
 (0)