diff --git a/lab07/l7 b/lab07/l7 index 129c82b8151ba45f0b559becfbcf9e6103d0cd31..61135c327b9648dbb4f0eea76da13baa878fc5ab 100644 --- a/lab07/l7 +++ b/lab07/l7 @@ -14,9 +14,9 @@ include a picture of the table later The following table is created with random hash value assigned to the states and assuming the prefix pairs (NULL; it's) and (a; new) have the same hash values; (NULL;NULL) and (it's; a) have the same hash value. statetab[hashValue 1] --> | next | -----------> | next | ---> NULL - | pref[0] | ---> NULL | pref[0] | ---> It's - | pref[1] | ---> NULL | pref[1] | ---> a - | suffix | ---> It's | suffix | ---> new + | pref[0] | ---> NULL | pref[0] | ---> It's + | pref[1] | ---> NULL | pref[1] | ---> a + | suffix | ---> It's | suffix | ---> new statetab[hashValue 2] --> | next | -----------> | next | ---> NULL | pref[0] | ---> NULL | pref[0] | ---> a