Given a linked list representation of a matrix such that one node of a linked list has two pointers,
one by x axis, and the other by y axis. Write a function that inserts a new row at the bottom of the existing matrix, which elements have value of zero.