about | help | code help+videos | done | prefs |
Given 2 arrays of ints, return 1 if the length of both arrays are equal, and 0 otherwise. sameLength([], []) → 1 sameLength([0], []) → 0 sameLength([], [1]) → 0 ...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: 100
Copyright Nick Parlante 2017 - privacy