We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f47420 commit d5c4470Copy full SHA for d5c4470
src/algorithms/controllers/HashingSearch.js
@@ -57,8 +57,6 @@ export default {
57
const TARGET = params.target; // Target value we are searching for
58
const SIZE = params.hashSize; // Hash Modulo being used in the table
59
let table = params.visualisers.array.instance.extractArray(1, EMPTY_CHAR); // The table with inserted values
60
- console.log(table);
61
- console.log(TARGET);
62
63
// Variable for testing
64
let found = true;
0 commit comments