Public » Letterpress
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

less printing

Changeset 0c352cff9833

Parent be6e15c36b75

by Benjamin Pollack

Changes to one file · Browse files at 0c352cff9833 Showing diff from parent be6e15c36b75 Diff from another changeset...

Change 1 of 1 Show Entire File solver.py Stacked
 
40
41
42
43
44
45
46
47
 
40
41
42
 
 
43
44
45
@@ -40,8 +40,6 @@
  words = set()   if trie.is_terminal():   words.add(word) - if len(words) % 10 == 0: - print ' %r words found' % len(words),   for i in xrange(len(board)):   c = board[i]   if trie.has_prefix(c):