Given numbers = (31, 70, 78, 40, 49, 44), pivot = 49. What is the 'low' partition after the partitioning algorithm is completed?
a) (31, 40, 44, 49, 70, 78)
b) (31, 40, 44)
c) (49, 70, 78)
d) (70, 78)