akkupy / codeDump

Drop your code snippets here!
GNU General Public License v3.0
55 stars 252 forks source link

Create spiral_traversal_of_matrix.cpp #611

Closed indianguy123 closed 9 months ago

indianguy123 commented 9 months ago

Input: {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12}, {13, 14, 15, 16 }} Output: 1 2 3 4 8 12 16 15 14 13 9 5 6 7 11 10

akkupy commented 9 months ago

Use the specified folder