Skip to content

Commit

Permalink
Trie update: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
prawn-cake committed Jun 5, 2016
1 parent 5232dbb commit f837503
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions structures/prefix_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
"""Prefix tree / Digital tree / Radix tree / Trie implementation
See definition: https://en.wikipedia.org/wiki/Trie
"""
import random
import collections

SEPARATOR = '\n'


class PrefixTree(collections.MutableMapping):
"""Prefix tree. In fact this is just a trie node holder"""
Expand Down

0 comments on commit f837503

Please sign in to comment.