mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add reference to the DDJ article discussing a similar algorithm.
This commit is contained in:
parent
86333606f6
commit
6fda3ac474
1 changed files with 9 additions and 0 deletions
|
@ -58,6 +58,15 @@
|
|||
\end{classdesc}
|
||||
|
||||
|
||||
\begin{seealso}
|
||||
\seetitle{Pattern Matching: The Gestalt Approach}{Discussion of a
|
||||
similar algorithm by John W. Ratcliff and D. E. Metzener.
|
||||
This was published in
|
||||
\citetitle[http://www.ddj.com/]{Dr. Dobb's Journal} in
|
||||
July, 1988.}
|
||||
\end{seealso}
|
||||
|
||||
|
||||
\subsection{SequenceMatcher Objects \label{sequence-matcher}}
|
||||
|
||||
\begin{classdesc}{SequenceMatcher}{\optional{isjunk\optional{,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue