We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Project Euler #55: Lychrel numbers
Project Euler #55: Lychrel numbers
Sort by
recency
|
25 Discussions
|
Please Login in order to post a comment
Java 8
import java.io.; import java.util.;
public class Solution {
}
100 points. Python 3
100points/- python3
Only 1 test case is getting passed even after using dictionary. Why?
HINT: For Python you should use dictionary instead of list to store values because it saves a lot of running time and space!