Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
By that definition you should expect to find some functions that express the main idea of a backward prime and by that I mean a way to know if a number is a palindrome, to reverse a number and if it's prime and therefore backward_prime should somehow call them.
It's a good practice to express in your code a language that show the main ideas of the people that bring you the problem.
I advice you to read a little about TDD.
Good solution but can get hard to read.
Execution Timed Out (12000 ms) in Rust and it surely did not run for 12000ms.
explain further since you aren't making any sense.
It was written before ..= was stabilized.
This comment is hidden because it contains spoiler information about the solution