What a great comment from dinglemouse explaining why the solution is not best practice. =) Many solutions found here at CW and voted for best practice are not and people should keep in mind that many solution authors don't aim for best practice, at least not all the time. Very compact code, highest performance (which is != runtime complexity!) or excessive Streams API usage alone do not automatically make a solution best practice, please keep that in mind. ;-)
Really cool solution! Learned in one snippet of code a lot about terniary operators, recursion, thanks!
What a great comment from dinglemouse explaining why the solution is not best practice. =) Many solutions found here at CW and voted for best practice are not and people should keep in mind that many solution authors don't aim for best practice, at least not all the time. Very compact code, highest performance (which is != runtime complexity!) or excessive Streams API usage alone do not automatically make a solution best practice, please keep that in mind. ;-)
I didn't know that! Thanks a lot!
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
This comment is hidden because it contains spoiler information about the solution
I don't get the indention ;)
This comment is hidden because it contains spoiler information about the solution