Hi guys; Im asking here about the logic than the code; if I have array with size 15 for instance and have two pointers one pointer pointing on index 0 and the other pointer pointing on index 0; at every step Im increasing the first pointer by 4 jumps ; the other pointer by one jump ...lets assume that they are jumping "infinity time" (always in the pattern I have explained) .. Will they meet each other on specific element in the array in any time?

My sol: yeah they could meet but they might also not meet ..if there's a constant difference jumps between them


Thanks alot!!