6 kyu
Not prime numbers
506 of 1,489riyakayal
Description:
You are given two positive integers a
and b
(a < b <= 20000
). Complete the function which returns a list of all those numbers in the interval [a, b)
whose digits are made up of prime numbers (2, 3, 5, 7
) but which are not primes themselves.
Be careful about your timing!
Good luck :)
Check my other katas:
Fundamentals
Performance
Algorithms
Similar Kata:
Stats:
Created | Mar 3, 2018 |
Published | Mar 3, 2018 |
Warriors Trained | 5042 |
Total Skips | 195 |
Total Code Submissions | 7133 |
Total Times Completed | 1489 |
Python Completions | 506 |
Ruby Completions | 83 |
JavaScript Completions | 478 |
C++ Completions | 178 |
Java Completions | 293 |
Haskell Completions | 34 |
Total Stars | 126 |
% of votes with a positive feedback rating | 89% of 315 |
Total "Very Satisfied" Votes | 257 |
Total "Somewhat Satisfied" Votes | 48 |
Total "Not Satisfied" Votes | 10 |
Total Rank Assessments | 4 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |