Loading...
Engaged Employer
Find the mismatching words between 2 strings- Java
Anonymous
Fill in nulls in an integer array w/ previous non null values in the integer array- Java
Hi did you get the call
def mismatch(str1,str2): first_str = set(str1.split(' ')) second_str = set(str2.split(' ')) return (first_str - second_str) | (second_str - first_str)
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.
Get actionable career advice tailored to you by joining more bowls.
Check out your Company Bowl for anonymous work chats.