For example, the code in page 152:"HASH-SEARCH (T,k)i=0repeatj=h(k,j)if T[j]=kreturn ji=i+1until T[j]==NIL or i==mreturn NIL"Obviously it sh...