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.
super logic
This is very effective, however, it skips the challange.
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
how does this work exactly??
Thank you !
For Regex learning: https://www.regular-expressions.info/tutorial.html
For Regex testing/debugging: https://regex101.com/
For Streams: https://www.youtube.com/watch?v=f5j1TaJlc0w - there are more similar tutorials on the YT, if you don't know lambas - learn them first.
Great solution, imo: .mapToObj(Character::toString) is more readable :)
Still learning java, I'm noticing that a lot of problems on codewars are solved in a similar fashion to yours or using regex. I'm not familiar with java.util.stream or regex ... iwould appreciate any study resources you can share that might help me.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
from right to left
The logic for reversing the number is duplicated.
Loading more items...