Project Euler #55: Lychrel numbers

  • + 0 comments

    HINT: For Python you should use dictionary instead of list to store values because it saves a lot of running time and space!