You are viewing a single comment's thread. Return to all comments →
Sometimes i forget some function can turn it much more simple. Here is in Java 8
Collections.reverse(a); return a;
Seems like cookies are disabled on this browser, please enable them to open this website
Arrays - DS
You are viewing a single comment's thread. Return to all comments →
Sometimes i forget some function can turn it much more simple. Here is in Java 8