mybloger

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2025年7月20日

摘要: 59、分割回文串 给你一个字符串 s,请你将 s 分割成一些 子串,使每个子串都是 回文串 。返回 s 所有可能的分割方案。 示例 1: 输入:s = "aab" 输出:[["a","a","b"],["aa","b"]] 示例 2: 输入:s = "a" 输出:[["a"]] class Solu 阅读全文
posted @ 2025-07-20 22:28 万能包哥 阅读(10) 评论(0) 推荐(0)

摘要: You are a precious human There's no one like you. No one has the perfect combination if your history,personality,and persective. That's stremendously 阅读全文
posted @ 2025-07-20 10:23 万能包哥 阅读(10) 评论(0) 推荐(0)