Which transactions in the given array reflect the following precedence graph:
t1 -> t2
t1 -> t3
t2 -> t3
a. t1, t3
b. t1, t2
c. t2, t3
d. t1, t2, t3