ShivamSinghal1 / Competitive-Programming-Algorithms

The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
https://codedigger.tech
21 stars 48 forks source link

Spiral Search in 2d Array #19

Closed dhritippaul closed 4 years ago

dhritippaul commented 4 years ago

Here is the code for spiral search in 2d array in C++.

ShivamSinghal1 commented 4 years ago

Thats not a Maths alog, add it to another folder.

dhritippaul commented 4 years ago

added inside array folder