about | help | code help+videos | done | prefs |
array_pair
Given an integer array "data", return true if there are a pair of identical values next to each other. array_pair([1, 2, 3, 4]) → false array_pair([1, 1, 2]) → true array_pair([2, 1, 1, 3, 4]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy