write-a-hash-table
write-a-hash-table copied to clipboard
fix ht_del_hash_table function
Hi, i follow your tutorial to write the code, and found ht_del_hash_table function need to skip the deleted item, or there would be an error.