Problem 56190. Split Even Number Into Two Primes
Solution Stats
Problem Comments
-
5 Comments
Nice problem!
you should put some straight-forward test cases for easy debugging
Test cases have been added to the problem.
It is a really nice tasks. However, The test cases or the task description can be improved. E.g. for n = 18 the answer can be a vector [5 13] or [13 5]. However, [13 5] is not "correct" according to the test. So in the task description can be written to return the numbers in ascending order or test cases should take any order of the 2 element vector
Thanks for that catch, Filip. I added the ordering to the problem description.
Solution Comments
Show commentsProblem Recent Solvers194
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15595 Solvers
-
1409 Solvers
-
Circular Primes (based on Project Euler, problem 35)
564 Solvers
-
Relative ratio of "1" in binary number
1448 Solvers
-
Calculate Amount of Cake Frosting
25568 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!