**fig5_3.txt** /* 1*/ unsigned int /* 2*/ Hash( const String & Key, const int H_Size ) /* 3*/ { /* 4*/ return ( Key[ 0 ] + 27 * Key[ 1 ] + 729 * Key[ 2 ] ) % H_Size; /* 5*/ }