-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathcppds2.ptx
More file actions
executable file
·26 lines (25 loc) · 970 Bytes
/
cppds2.ptx
File metadata and controls
executable file
·26 lines (25 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<pretext xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en-US">
<xi:include href="./bookinfo.ptx"/>
<book xml:id="cppds2" permid="cppds2">
<title>Problem Solving with Algorithms and Data Structures using C++</title>
<subtitle>The PreTeXt Interactive Edition</subtitle>
<xi:include href="./meta_frontmatter.ptx"/>
<xi:include href="./Introduction/toctree.ptx"/>
<xi:include href="./AlgorithmAnalysis/toctree.ptx"/>
<xi:include href="./LinearBasic/toctree.ptx"/>
<xi:include href="./LinearLinked/toctree.ptx"/>
<xi:include href="./Recursion/toctree.ptx"/>
<xi:include href="./SearchHash/toctree.ptx"/>
<xi:include href="./Sort/toctree.ptx"/>
<xi:include href="./Trees/toctree.ptx"/>
<xi:include href="./Graphs/toctree.ptx"/>
<backmatter>
<!--<xi:include href="./Appendices/PrecedenceTable.ptx"/> -->
<!-- <xi:include href="./Appendices/errorsAndDebug.ptx"/> -->
<index>
<index-list/>
</index>
</backmatter>
</book>
</pretext>