Skip to content

Commit

Permalink
Fixed an err in linked-list isort
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinyu95 committed Sep 11, 2017
1 parent 7b4a2ed commit 7d9891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/insertion-sort/isort-en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ \section{Improvement 2}
\State $L \gets $ \Call{Next}{$L$}
\EndWhile
\State \Call{Next}{$x$} $\gets L$
\If{$p \neq$ NIL}
\If{$p \eq$ NIL}
\State $H \gets x$
\Else
\State \Call{Next}{$p$} $\gets x$
Expand Down

0 comments on commit 7d9891c

Please sign in to comment.