0
traversing algorithm.
How to write down an algorithm to traverse and array in reverse order but skipping 3 characters? thanks in advance
5 Réponses
+ 1
Please give us one example. And post you attempt too
+ 1
i don't know if i understand the problem, in a vector i do something like this
for(int i=vector.size()-1; i>=0; i-=3)
0
Algorithm, pseudo code, or code?
0
code
0
Im sorry I have no idea how to do this :(