From 98266a5de5eb495906ab9e5dcad7da87aba375e6 Mon Sep 17 00:00:00 2001 From: realstealthninja Date: Mon, 18 Aug 2025 16:19:29 +0000 Subject: [PATCH] Documentation for c917fc456028eb692ede9c098a9650900081fcb0 --- d1/df3/hash__search_8cpp.html | 2 +- d1/df3/hash__search_8cpp_source.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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