You are viewing a single comment's thread. Return to all comments →
if(org.get(i) != arr.get(i)) ==> !org.get(i).equals(arr.get(i))
Take hours to find it...
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Lily's Homework
You are viewing a single comment's thread. Return to all comments →
if(org.get(i) != arr.get(i)) ==> !org.get(i).equals(arr.get(i))
Take hours to find it...