Owl_countmin_table.OwlSourceThe type of count-min tables
init l w generates a table with length l and width w, all counters initialized to 0.
incr i j t increments the counter at length index i and width index j in table t.
get i j t gets the value of the counter at length index i and width index j in table t.