+ 1
Cyclic for loop
I have an array of 225 values. i want to start looping from center(eg - index = 10) and append every 9 th value from the starting index till when selected index is not repeated.
1 Answer
+ 2
Hi, I wrote a simple brute force code for you...
Feel free to use it :-):-)
https://code.sololearn.com/cTQYNIhj8mIC/?ref=app