about | help | code help+videos | done | prefs |
public boolean sumAEqualsSumB_3(int[] a, int[] b)
sumAEqualsSumB_3([3, 0, 5], [4, 3, 1]) → true sumAEqualsSumB_3([30, 20, 10], [15, 35, 10]) → true sumAEqualsSumB_3([2, 5, 10], [5, 3, 4]) → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 1
Copyright Nick Parlante 2017 - privacy