Skip to content

Commit 40923ea

Browse files
author
liwentian
committed
f
1 parent 04f6b5c commit 40923ea

10 files changed

+2033
-1
lines changed

ebook/string/String.aux

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
\relax
2+
\providecommand\hyper@newdestlabel[2]{}
3+
\FN@pp@footnotehinttrue
4+
\@writefile{toc}{\contentsline {chapter}{\numberline {第1章\hspace {0.3em}}String}{1}{chapter.1}}
5+
\@writefile{lof}{\addvspace {10\p@ }}
6+
\@writefile{lot}{\addvspace {10\p@ }}
7+
\@writefile{toc}{\contentsline {section}{\numberline {1.1}Reverse String}{1}{section.1.1}}
8+
\@writefile{toc}{\contentsline {subsubsection}{Description}{1}{section*.2}}
9+
\@writefile{toc}{\contentsline {subsubsection}{Solution}{1}{section*.3}}
10+
\@setckpt{String}{
11+
\setcounter{page}{2}
12+
\setcounter{equation}{0}
13+
\setcounter{enumi}{0}
14+
\setcounter{enumii}{0}
15+
\setcounter{enumiii}{0}
16+
\setcounter{enumiv}{0}
17+
\setcounter{footnote}{0}
18+
\setcounter{mpfootnote}{0}
19+
\setcounter{part}{0}
20+
\setcounter{chapter}{1}
21+
\setcounter{section}{1}
22+
\setcounter{subsection}{0}
23+
\setcounter{subsubsection}{0}
24+
\setcounter{paragraph}{0}
25+
\setcounter{subparagraph}{0}
26+
\setcounter{figure}{0}
27+
\setcounter{table}{0}
28+
\setcounter{FancyVerbLine}{1}
29+
\setcounter{pp@next@reset}{1}
30+
\setcounter{@fnserial}{0}
31+
\setcounter{Item}{0}
32+
\setcounter{Hfootnote}{0}
33+
\setcounter{Hy@AnnotLevel}{0}
34+
\setcounter{bookmark@seq@number}{2}
35+
\setcounter{parentequation}{0}
36+
\setcounter{section@level}{3}
37+
}

ebook/string/String.tex

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
\chapter{String}
1+
\chapter{String}
2+
3+
\section{Reverse String} %%%%%%%%%%%%%%%%%%%%%%


4+
5+
\subsubsection{Description}
6+
Write a function that takes a string as input and returns the string reversed.
7+
8+
\textbf{Example:}
9+
10+
Given s = \code{"hello"}, return \code{"olleh"}.
11+
12+
\subsubsection{Solution}
13+
14+
\begin{Code}
15+
16+
\end{Code}
17+
18+
\newpage

ebook/string/leetcode-string.aux

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
\relax
2+
\providecommand\hyper@newdestlabel[2]{}
3+
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
4+
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
5+
\global\let\oldcontentsline\contentsline
6+
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
7+
\global\let\oldnewlabel\newlabel
8+
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
9+
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
10+
\AtEndDocument{\ifx\hyper@anchor\@undefined
11+
\let\contentsline\oldcontentsline
12+
\let\newlabel\oldnewlabel
13+
\fi}
14+
\fi}
15+
\global\let\hyper@last\relax
16+
\gdef\HyperFirstAtBeginDocument#1{#1}
17+
\providecommand*\HyPL@Entry[1]{}
18+
\catcode 95\active
19+
\@input{title.aux}
20+
\HyPL@Entry{0<</S/r>>}
21+
\providecommand {\FN@pp@footnotehinttrue }{}
22+
\providecommand {\FN@pp@footnote@aux }[2]{}
23+
\FN@pp@footnotehinttrue
24+
\FN@pp@footnotehinttrue
25+
\FN@pp@footnotehinttrue
26+
\FN@pp@footnotehinttrue
27+
\@input{String.aux}
28+
\HyPL@Entry{2<</S/D>>}
29+
\FN@pp@footnotehinttrue

ebook/string/leetcode-string.idx

Whitespace-only changes.

0 commit comments

Comments
 (0)