id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com sets > symmetricSetDifference
prev  |  next  |  chance

Find the symmetric set difference.


symmetricSetDifference([1, 4, 7, 9], [2, 4, 5, 6, 7]) → [1, 2, 5, 6, 9]

...Save, Compile, Run (ctrl-enter)

public ArrayList<Integer> symmetricSetDifference(ArrayList<Integer> nums1, ArrayList<Integer> nums2) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 20 Post-solution available

Copyright Nick Parlante 2017 - privacy