LeetCode
Question
·
Oct 2019
·
USA
Twitter | OA 2019 | Anagram Difference
18 upvotes
15,992 views
8 replies
Question Details
<details> <summary> My Solution </summary> ``` public static List<Integer> getMinimumDifference(List<String> a, List<String> b) { // Write your code here List<Integer> result = new ArrayList<>(); for(int i=0;i<a.size();i++){ result.add(countDifferenc…
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Strings