summaryrefslogtreecommitdiff
path: root/Objects/listsort.txt
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-12-18 13:23:33 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-12-18 13:23:33 +0200
commit42bb126f0aa1de4817babb8c56b9ad6df8bab458 (patch)
tree4f1c6880b00bd60cc4bdbc36636f87145131cfbb /Objects/listsort.txt
parentdc7a91f787ec2bd516eaec73b67d908939b4a8a5 (diff)
downloadcpython-git-42bb126f0aa1de4817babb8c56b9ad6df8bab458.tar.gz
Issue #25899: Converted Objects/listsort.txt to UTF-8.
Original patch by Chris Angelico.
Diffstat (limited to 'Objects/listsort.txt')
-rw-r--r--Objects/listsort.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/listsort.txt b/Objects/listsort.txt
index 832e4f2ea6..fef982f8a6 100644
--- a/Objects/listsort.txt
+++ b/Objects/listsort.txt
@@ -486,7 +486,7 @@ sub-run, yet finding such very efficiently when they exist.
I first learned about the galloping strategy in a related context; see:
"Adaptive Set Intersections, Unions, and Differences" (2000)
- Erik D. Demaine, Alejandro López-Ortiz, J. Ian Munro
+ Erik D. Demaine, Alejandro López-Ortiz, J. Ian Munro
and its followup(s). An earlier paper called the same strategy
"exponential search":