CMPUT229 Lab 5 String Interning
CMPUT 229 – Computer Organization and Architecture I Lab 5: String Interning String Interning Implementation Information Hashing functions A hashing function receives data, as an input parameter, and returns a fixed-length representation of the original data. The goal of a hashing function is to uniquely identify data when possible. A perfect hashing function is a …