Record Detail

Compile Error

In file included from /in/driver/main.cpp:5:0:
/in/hashtable.hpp: In member function 'bool HashTable<Key, Value, Hash, KeyEqual>::insert(const Key&, const Value&)':
/in/hashtable.hpp:400:26: error: 'bucket' was not declared in this scope
         cout << "bs:" << bucket.size();
                          ^~~~~~
/in/hashtable.hpp:400:26: note: suggested alternative: 'buckets'
         cout << "bs:" << bucket.size();
                          ^~~~~~
                          buckets

Information

Submit By
Type
Submission
Homework
Project 2: Hashing
Language
C++
Submit At
2024-11-11 16:28:16
Judged At
2024-11-11 16:28:16
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes