Given a string, remove all the letters which in ASCII Code are prime numbers.
For Example:
s1 = 'Determine which array elements are prime'
Becomes:
s2 = 'Dtrin which rry lnts r pri'
Additional test cases have been added.
The Goldbach Conjecture, Part 2
961 Solvers
Check to see if a Sudoku Puzzle is Solved
232 Solvers
328 Solvers
698 Solvers
402 Solvers