mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
Improve accuracy. In the .tex file, note the new "% BUG:" comments: an
extra backslash is getting displayed in the generated HTML.
This commit is contained in:
parent
f0768c822b
commit
754ba589b7
2 changed files with 15 additions and 10 deletions
|
@ -92,9 +92,9 @@ See also function get_close_matches() in this module, which shows how
|
|||
simple code building on SequenceMatcher can be used to do useful work.
|
||||
|
||||
Timing: Basic R-O is cubic time worst case and quadratic time expected
|
||||
case. SequenceMatcher is quadratic time worst case and has expected-case
|
||||
behavior dependent on how many elements the sequences have in common; best
|
||||
case time (no elements in common) is linear.
|
||||
case. SequenceMatcher is quadratic time for the worst case and has
|
||||
expected-case behavior dependent in a complicated way on how many
|
||||
elements the sequences have in common; best case time is linear.
|
||||
|
||||
SequenceMatcher methods:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue