From 7457e01c3dcdaf4a54ee0ca8b5d08d3eb0a04357 Mon Sep 17 00:00:00 2001 From: JBatzill Date: Thu, 20 Nov 2014 14:58:38 +0100 Subject: Update trie.cpp --- datastructures/trie.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'datastructures') 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; -- cgit v1.2.3