Skip to content

Commit 450de12

Browse files
author
liwentian
committed
fd
1 parent 452bd4a commit 450de12

14 files changed

+33
-16
lines changed

ebook/backtracking/leetcode-backtracking.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 9 SEP 2017 15:04
1+
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 10 SEP 2017 19:36
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
-3 Bytes
Binary file not shown.

ebook/dp/leetcode-dp.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 9 SEP 2017 16:57
1+
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 10 SEP 2017 19:35
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.

ebook/dp/leetcode-dp.pdf

-3 Bytes
Binary file not shown.

ebook/graph/leetcode-graph.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 8 SEP 2017 07:30
1+
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 10 SEP 2017 19:34
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.

ebook/graph/leetcode-graph.pdf

1 Byte
Binary file not shown.

ebook/string/leetcode-string.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 10 SEP 2017 15:51
1+
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 10 SEP 2017 19:32
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.

ebook/string/leetcode-string.pdf

-5 Bytes
Binary file not shown.

ebook/tree/Tree.aux

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,15 @@
177177
\@writefile{toc}{\contentsline {section}{\numberline {1.52}Find Bottom Left Tree Value}{66}{section.1.52}}
178178
\@writefile{toc}{\contentsline {subsubsection}{Description}{66}{section*.121}}
179179
\@writefile{toc}{\contentsline {subsubsection}{Solution}{67}{section*.122}}
180-
\FN@pp@footnotehinttrue
180+
\@writefile{toc}{\contentsline {section}{\numberline {1.53}Range Sum Query - Mutable}{68}{section.1.53}}
181+
\@writefile{toc}{\contentsline {subsubsection}{Description}{68}{section*.123}}
182+
\@writefile{toc}{\contentsline {subsubsection}{Solution}{68}{section*.124}}
183+
\@writefile{toc}{\contentsline {section}{\numberline {1.54}Range Sum Query 2D - Mutable}{69}{section.1.54}}
184+
\@writefile{toc}{\contentsline {subsubsection}{Description}{69}{section*.125}}
185+
\@writefile{toc}{\contentsline {subsubsection}{Solution I}{69}{section*.126}}
186+
\@writefile{toc}{\contentsline {subsubsection}{Solution II}{71}{section*.127}}
181187
\@setckpt{Tree}{
182-
\setcounter{page}{68}
188+
\setcounter{page}{72}
183189
\setcounter{equation}{0}
184190
\setcounter{enumi}{0}
185191
\setcounter{enumii}{0}
@@ -189,20 +195,20 @@
189195
\setcounter{mpfootnote}{0}
190196
\setcounter{part}{0}
191197
\setcounter{chapter}{1}
192-
\setcounter{section}{52}
198+
\setcounter{section}{54}
193199
\setcounter{subsection}{0}
194200
\setcounter{subsubsection}{0}
195201
\setcounter{paragraph}{0}
196202
\setcounter{subparagraph}{0}
197203
\setcounter{figure}{0}
198204
\setcounter{table}{0}
199-
\setcounter{FancyVerbLine}{35}
205+
\setcounter{FancyVerbLine}{36}
200206
\setcounter{pp@next@reset}{1}
201207
\setcounter{@fnserial}{0}
202208
\setcounter{Item}{0}
203209
\setcounter{Hfootnote}{0}
204210
\setcounter{Hy@AnnotLevel}{0}
205-
\setcounter{bookmark@seq@number}{53}
211+
\setcounter{bookmark@seq@number}{55}
206212
\setcounter{parentequation}{0}
207213
\setcounter{section@level}{3}
208214
}

ebook/tree/leetcode-tree.log

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 9 SEP 2017 12:01
1+
This is XeTeX, Version 3.14159265-2.6-0.99996 (TeX Live 2016) (preloaded format=xelatex 2017.9.4) 10 SEP 2017 19:33
22
entering extended mode
33
restricted \write18 enabled.
44
%&-line parsing enabled.
@@ -1920,7 +1920,9 @@ File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
19201920
[19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33]
19211921
[34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48]
19221922
[49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63]
1923-
[64] [65] [66]) [67]
1923+
[64] [65] [66] [67] [68]
1924+
File: images/range.png Graphic file (type QTm)
1925+
<use "images/range.png" > [69] [70] [71])
19241926
No file leetcode-tree.ind.
19251927
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 44.
19261928
Package atveryend Info: Empty hook `AfterLastShipout' on input line 44.
@@ -1930,12 +1932,12 @@ Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 44.
19301932
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 44.
19311933
)
19321934
Here is how much of TeX's memory you used:
1933-
29257 strings out of 493591
1934-
558618 string characters out of 6143547
1935-
612451 words of memory out of 5000000
1936-
32287 multiletter control sequences out of 15000+600000
1935+
29265 strings out of 493591
1936+
558690 string characters out of 6143547
1937+
614947 words of memory out of 5000000
1938+
32290 multiletter control sequences out of 15000+600000
19371939
5562 words of font info for 59 fonts, out of 8000000 for 9000
19381940
1347 hyphenation exceptions out of 8191
19391941
65i,11n,77p,10419b,603s stack positions out of 5000i,500n,10000p,200000b,80000s
19401942

1941-
Output written on leetcode-tree.pdf (69 pages).
1943+
Output written on leetcode-tree.pdf (73 pages).

0 commit comments

Comments
 (0)