Skip to content

Commit 393fc20

Browse files
committed
minor fix
1 parent 48677b6 commit 393fc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/longestPalindromicSubstring/longestPalindromicSubstring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ string longestPalindrome_dp_way(string s) {
8181
return longest;
8282
}
8383
string longestPalindrome(string s) {
84-
return longestPalindrome_dp_way(s);
84+
return longestPalindrome_recursive_way(s);
8585
}
8686

8787
int main(int argc, char**argv)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy