Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 813d00f

Browse files
default code style
1 parent 8589514 commit 813d00f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎book/book.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4046
ifndef::ebook-format[:leveloffset: 1]
4147

‎book/chapters/cheatsheet.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include::linear-data-structures-outro.adoc[tag=table]
1717

1818
This section covers Binary Search Tree (BST) time complexity (Big O).
1919

20-
include::chapter3.adoc[tag=table]
20+
include::part3.adoc[tag=table]
2121

2222
include::graph.adoc[tag=table]
2323

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /