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.
becouse its better to read and maintain
See my reply john777
This comment is hidden because it contains spoiler information about the solution
recursion good never got my head around it
Collections have a filter method that takes in a lambda expression whose first argument is the current element being iterated over.
I have used java8 stream for the problem find the parity outlier and it keeps giving me the error of unable to find IntStream.of(integers).boxed().collect(Collectors.toList());
There is nothing wrong in my code I have executed it both in IntellijIdea and Netbeans.Please kindly resolve this issue
cool newfeature in java 8 streams
It is clear and concise for a beginner.The rest of the solutions were too advance to figure out how it works
I have done the same but it is hardcoded and inefficent
Im not able to get your code can you please share how you got the inner class "ch" ??
ho...took me sometime to get your code but why make it so complex?