MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/medium/_0005/Solution.java:66–71  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

64 }
65
66 public static void main(String[] args) {
67 Solution solution = new Solution();
68 System.out.println(solution.longestPalindrome("babad"));
69 System.out.println(solution.longestPalindrome("cbbd"));
70
71 }
72}

Callers

nothing calls this directly

Calls 1

longestPalindromeMethod · 0.95

Tested by

no test coverage detected