diff --git a/d1/df3/hash__search_8cpp.html b/d1/df3/hash__search_8cpp.html index 0e95ab569..5ba541bac 100644 --- a/d1/df3/hash__search_8cpp.html +++ b/d1/df3/hash__search_8cpp.html @@ -367,7 +367,7 @@ Variables

Definition at line 99 of file hash_search.cpp.

99 {
100 link p;
-
101 int key, index, i, counter; // Key is the value to be found
+
101 int key = 0, index, i, counter; // Key is the value to be found
102 index = 0;
103
104 // You can write the input mode here
diff --git a/d1/df3/hash__search_8cpp_source.html b/d1/df3/hash__search_8cpp_source.html index 04c81aa18..cd517d7bc 100644 --- a/d1/df3/hash__search_8cpp_source.html +++ b/d1/df3/hash__search_8cpp_source.html @@ -184,7 +184,7 @@ $(function(){initNavTree('d1/df3/hash__search_8cpp_source.html','../../',''); })
99int main() {
100 link p;
-
101 int key, index, i, counter; // Key is the value to be found
+
101 int key = 0, index, i, counter; // Key is the value to be found
102 index = 0;
103
104 // You can write the input mode here