Correct choice is (a) has better convergence and needs less memory
To explain: Gauss-Seidel method uses the latest values at a particular iteration. So, it has better convergence. The same way, as there is no need for storing the values of previous iterations, they require less memory too.