DEV Community

Discussion on: Java Daily Coding Problem #001

Collapse
 
andylawlerdev profile image
Andrew • Edited

I enjoyed this! I read the problem and decided to have a go myself and see what our different solutions looked like. I did the same except in the embedded loop i just started at array.length and went down to 0 instead.

Collapse
 
awwsmm profile image
Andrew (he/him)

You bring up a good point. I should hide my solutions for future coding challenges like this.