Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d4c42f7

Browse files
refactor 214
1 parent c2677c9 commit d4c42f7

File tree

1 file changed

+0
-13
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-13
lines changed

src/main/java/com/fishercoder/solutions/_214.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
214. Shortest Palindrome
5-
6-
Given a string S, you are allowed to convert it to a palindrome
7-
by adding characters in front of it.
8-
Find and return the shortest palindrome you can find by performing this transformation.
9-
10-
For example:
11-
12-
Given "aacecaaa", return "aaacecaaa".
13-
14-
Given "abcd", return "dcbabcd".
15-
*/
163
public class _214 {
174

185
public static class Solution1 {

0 commit comments

Comments
 (0)