Skip to content

Commit

Permalink
Merge pull request #48 from userdocs/patch-1
Browse files Browse the repository at this point in the history
Update hash_table8.hpp
  • Loading branch information
ktprime authored Jan 29, 2025
2 parents 3ba9abd + 5baf867 commit e2987ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash_table8.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ class HashMap
//kick out bucket and find empty to occpuy
//it will break the origin link and relink again.
//before: main_bucket-->prev_bucket --> bucket --> next_bucket
//atfer : main_bucket-->prev_bucket --> (removed)--> new_bucket--> next_bucket
//after : main_bucket-->prev_bucket --> (removed)--> new_bucket--> next_bucket
size_type kickout_bucket(const size_type kmain, const size_type bucket) noexcept
{
const auto next_bucket = _index[bucket].next;
Expand Down

0 comments on commit e2987ec

Please # to comment.