fix: remove remaining Java implementation sections
- Remove all "### Java 实现" sections from all markdown files - Clean up remaining Java code blocks and references - Ensure only Go code remains in all documentation - Complete the Java to Go migration for all 22 files
This commit is contained in:
@@ -134,10 +134,6 @@ func main() {
|
||||
}
|
||||
```
|
||||
|
||||
### Java 实现(中心扩展法)
|
||||
|
||||
|
||||
### Go 实现(动态规划)
|
||||
|
||||
```go
|
||||
func longestPalindromeDP(s string) string {
|
||||
@@ -179,10 +175,6 @@ func longestPalindromeDP(s string) string {
|
||||
}
|
||||
```
|
||||
|
||||
### Java 实现(动态规划)
|
||||
|
||||
|
||||
### Go 实现(Manacher 算法)
|
||||
|
||||
```go
|
||||
func longestPalindromeManacher(s string) string {
|
||||
|
||||
Reference in New Issue
Block a user