Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
We seem to be talking past each other. The logic is, you find a triple, check if a double exists. If not, look for another triple, see if a double exists, rinse repeat. Having multiple triples shouldn't trip up your code. I'm not sure why your code would short circuit by looking at just one triple/double (i.e the first one you find) pair and not consider the rest of the numbers after it?
Hey mate. It doesnt matter how many triples show up, there will always be just one double i.e matching up with one triple. So num1 could consist of just triples, num2 will have just one double and vice versa
Hi. In your example 888 and 88 are the only pair, not sure what you mean by multiple doubles/triples?
No. lst is the variable name :P