You are viewing a single comment's thread. Return to all comments →
First of all, congrats. This is a perfectly working solution.
But with this solution, you are going through every iteration. Why not just go directly to the last iteration? There's no need for in-between steps.
Seems like cookies are disabled on this browser, please enable them to open this website
XML 1 - Find the Score
You are viewing a single comment's thread. Return to all comments →
First of all, congrats. This is a perfectly working solution.
But with this solution, you are going through every iteration. Why not just go directly to the last iteration? There's no need for in-between steps.