Posts by Silva • 71 points
3 posts
-
4
votes1
answer402
viewsQ: How to convert a list of Strings to an integer list
I have TXT file, and it lies like this: 01 02 03; 01 02 04; 01 03 04; 02 03 04; Well, I upload this file on ArrayList<String> as it is in the code below. How do I pass it to…
-
0
votes0
answers87
viewsQ: extract data from the list
I made a few attempts, but I’m still picking up follows what I added in the code. How can I make this limitation within the code that results in the closure below? I lacked logic of how to implement…
-
3
votes1
answer197
viewsQ: Organize groups
I couldn’t find the logic to implement this. So I’ll explain it another way for better understanding: The algorithm combines 10 numbers in sets of 6, which gives a total of 210 flywheels. Being…