PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Another chaining order question
Date: Thursday, 16 Apr 2020, 19:51:07


    > Message Posted By: Unknown
    >
    > You said that we determine the chaining order based on strcmp of the
    > position strings. What should we do if the strcmp is 0?

If strcmp() returns 0, there must already be an entry
with that key in the hash table.

--Stan-
PREV INDEX NEXT