File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,21 @@ endif::[]
2727// custom variables
2828:codedir: ../../src
2929:datadir: {docdir}/data
30- :source-highlighter: pygments
31- :pygments-style: xcode
30+ // :source-highlighter: pygments
31+ // paraiso-light, xcode, monokai
32+ // :pygments-style: xcode
3233:stem:
3334:plantuml-config: {docdir}/_conf/umlconfig.txt
3435// :hide-uri-scheme:
3536// :chapter-label: Chapter
3637// :appendix-caption: Appendix
3738// :chapter-label:
38-
39+ // dark
40+ // :pygments-style: monokai
41+ // light theme with colorful code
42+ // solarized-light, tomorrow
43+ // :source-highlighter: highlightjs
44+ // :highlightjs-theme: tomorrow
3945
4046ifndef::ebook-format[:leveloffset: 1]
4147
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include::linear-data-structures-outro.adoc[tag=table]
1717
1818This section covers Binary Search Tree (BST) time complexity (Big O).
1919
20- include::chapter3 .adoc[tag=table]
20+ include::part3 .adoc[tag=table]
2121
2222include::graph.adoc[tag=table]
2323
You can’t perform that action at this time.
0 commit comments