The Artima Developer Community
Sponsored Link

Java Buzz Forum
Largest Palindrome Product - Leetcode

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
T Tak

Posts: 152
Nickname: awsometak
Registered: Feb, 2016

T Tak is Java Enthusiast
Largest Palindrome Product - Leetcode Posted: Jan 20, 2017 3:35 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by T Tak.
Original Post: Largest Palindrome Product - Leetcode
Feed Title: programtalk
Feed URL: http://programtalk.com/feed/
Feed Description: A blog mainly about java
Latest Java Buzz Posts
Latest Java Buzz Posts by T Tak
Latest Posts From programtalk

Advertisement

Problem Find the largest palindrome made from the product of two n-digit numbers. Since the result could be very large, you should return the largest palindrome mod 1337. Example: Input: 3  ,  Output: 987 Explanation: 99 x 91 = 9009, 9009 % 1337 = 987 Note:  The range of n is [1,8]. Solution And if ... [Read more...]

The post Largest Palindrome Product – Leetcode appeared first on programtalk.com.

Read: Largest Palindrome Product - Leetcode

Topic: Retail: tech slow to enable omni-channel, Amazon is far ahead as a threat Previous Topic   Next Topic Topic: One in three tech IPOs now trading below their starting price

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use