7 kyu
Identical Elements
1,218 of 2,689ArtOfCode
Description:
Given two arrays of integers m
and n
, test if they contain at least one identical element. Return true
if they do; false
if not.
Your code must handle any value within the range of a 32-bit integer, and must be capable of handling either array being empty (which is a false
result, as there are no duplicated elements).
Arrays
Fundamentals
Similar Kata:
Stats:
Created | Nov 30, 2016 |
Published | Nov 30, 2016 |
Warriors Trained | 3454 |
Total Skips | 42 |
Total Code Submissions | 8080 |
Total Times Completed | 2689 |
Python Completions | 1218 |
Ruby Completions | 198 |
JavaScript Completions | 1265 |
C Completions | 67 |
Haskell Completions | 44 |
COBOL Completions | 5 |
Total Stars | 20 |
% of votes with a positive feedback rating | 91% of 476 |
Total "Very Satisfied" Votes | 404 |
Total "Somewhat Satisfied" Votes | 59 |
Total "Not Satisfied" Votes | 13 |
Total Rank Assessments | 8 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |