GitHub username: Arizbethrojas
- Designed a
hashtable, which is an array of pointers to pointers to sets, wherein users store keys and items - Created
bagstruct to hold the head andbagnodeto hold the item itself and a pointer to the next item - Given a unique key, a
counterstruct can have its value incremented or set to a new value