Remove some unneeded commenting.
author |
Steve Losh <steve@dwaiter.com> |
date |
Sun, 03 Oct 2010 17:45:52 -0400 |
parents |
887b6b2b7564
|
children |
55cabe4a5fdd
|
branches/tags |
(none) |
files |
t.py |
Changes
--- a/t.py Sun Oct 03 17:45:26 2010 -0400
+++ b/t.py Sun Oct 03 17:45:52 2010 -0400
@@ -80,9 +80,6 @@
def _prefixes(ids):
"""Return a mapping of ids to prefixes in O(n) time.
- This is much faster than the naitive t function, which
- takes O(n^2) time.
-
Each prefix will be the shortest possible substring of the ID that
can uniquely identify it among the given group of IDs.