File tree Expand file tree Collapse file tree
src/main/java/com/thealgorithms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 * </p>
1010 *
1111 * @author Hardvan
12+ * @see com.thealgorithms.strings.Palindrome
13+ * @see com.thealgorithms.stacks.PalindromeWithStack
14+ * @see com.thealgorithms.maths.LowestBasePalindrome
15+ * @see com.thealgorithms.datastructures.lists.PalindromeSinglyLinkedList
16+ * @see com.thealgorithms.maths.PalindromePrime
17+ * @see com.thealgorithms.maths.PalindromeNumber
1218 */
1319public final class BinaryPalindromeCheck {
1420 private BinaryPalindromeCheck () {
Original file line number Diff line number Diff line change 2323 *
2424 * @see <a href="https://oeis.org/A016026">OEIS A016026 - Smallest base in which
2525 * n is palindromic</a>
26+ * @see com.thealgorithms.strings.Palindrome
27+ * @see com.thealgorithms.stacks.PalindromeWithStack
28+ * @see com.thealgorithms.bitmanipulation.BinaryPalindromeCheck
29+ * @see com.thealgorithms.datastructures.lists.PalindromeSinglyLinkedList
30+ * @see com.thealgorithms.maths.PalindromePrime
31+ * @see com.thealgorithms.maths.PalindromeNumber
2632 * @author TheAlgorithms Contributors
2733 */
2834public final class LowestBasePalindrome {
You can’t perform that action at this time.
0 commit comments