Suppose that a program with a single core has a running time of t time units. If we allocate k cores to the program, what is the best-case running time?
a) t/k
b) kt
c) t
d) k/t