8000 fix url · RachelQChen/leetcode@0cae1a2 · GitHub
[go: up one dir, main page]

Skip to content
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

Appearance settings

Commit 0cae1a2

Browse files
committed
fix url
1 parent 4c88dd7 commit 0cae1a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

C++/chapLinearList.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ \subsubsection{描述}
15371537

15381538

15391539
\subsubsection{分析}
1540-
格雷码(Gray Code)的定义请参考 \myurl{http://en.wikipedia.org/wiki/Gray_code}
1540+
格雷码(Gray Code)的定义请参考 \myurl{http://en.wikipedia.org/wiki/Gray_code}
15411541

15421542
\textbf{自然二进制码转换为格雷码:$g_0=b_0, g_i=b_i \oplus b_{i-1}$}
15431543

C++/leetcode-cpp.pdf

-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0