algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

Changed Entry condition of spiral_print_matrix()

Open HarshPanchal18 opened this issue 3 years ago • 0 comments

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

HarshPanchal18 avatar Feb 06 '22 07:02 HarshPanchal18