algorithms_and_data_structures
algorithms_and_data_structures copied to clipboard
Changed Entry condition of spiral_print_matrix()
It is not printing the middle element in case of 3 X 3 matrix e.x. 1 2 3 8 9 4 7 6 5
Gives => 1 2 3 4 5 6 7 8