diff options
| author | JBatzill <batzilljohannes@gmail.com> | 2014-11-20 14:58:38 +0100 |
|---|---|---|
| committer | JBatzill <batzilljohannes@gmail.com> | 2014-11-20 14:58:38 +0100 |
| commit | 7457e01c3dcdaf4a54ee0ca8b5d08d3eb0a04357 (patch) | |
| tree | 48649b83b03515d0f07a3d2d184ee3cb7f9ed022 /datastructures | |
| parent | 152b0873b9ae52f1dc7d5a7524ad56c017dcd3dc (diff) | |
Update trie.cpp
Diffstat (limited to 'datastructures')
| -rw-r--r-- | datastructures/trie.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datastructures/trie.cpp b/datastructures/trie.cpp index e91cc25..c252976 100644 --- a/datastructures/trie.cpp +++ b/datastructures/trie.cpp @@ -1,3 +1,4 @@ +//nur für kleinbuchstaben! struct node { node *(e)[26]; int c = 0; |
