When implementing a set or a map using hashing, the two parameters for the constructor of the collection are the ___ and the ___ of the hash table
a) minimum size, maximum size
b) starting subscript, ending subscript
c) initial capacity, load factor
d) number of rows, number of columns
e) none of the above
c) initial capacity, load factor
Computer Science & Information Technology