Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate LowestBasePalindrome.java #108
Conversation
Algorithm for determining the lowest base in which a given integer is a palindrome. NOTE: Has room for error, see note at line 63.
Algorithm for determining the lowest base in which a given integer is a palindrome.
NOTE: Has room for error, see note at line 63.