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 #36: Double-base palindromes
Project Euler #36: Double-base palindromes
Sort by
recency
|
25 Discussions
|
Please Login in order to post a comment
Solution without modulo convertion | Java 100p
100 points.
JAva Code
here is my c# 100 ponits solution
You just need to know how to convert a number to any base, and rest is python.