Lafore's Separate-Chaining Hash Table
Hash Table Operation

New creates new hash table containing N linked lists.

Fill inserts N items into table.

Ins inserts new item with value N.

Find finds item with value N.

Del deletes item with value N.

(Type number N into text box.)