upd
This commit is contained in:
+2
-2
@@ -35,13 +35,13 @@ Output: "bb"
|
||||
Write your approach here.
|
||||
|
||||
** TODO Python
|
||||
#+begin_src python
|
||||
#+begin_src python :lc-problem 5 :lc-lang python3
|
||||
class Solution:
|
||||
def longestPalindrome(self, s: str) -> str:
|
||||
#+end_src
|
||||
|
||||
** TODO C++
|
||||
#+begin_src cpp
|
||||
#+begin_src cpp :lc-problem 5
|
||||
class Solution {
|
||||
public:
|
||||
string longestPalindrome(string s) {
|
||||
|
||||
Reference in New Issue
Block a user