发表评论取消回复
相关阅读
相关 【牛客刷题】每日一练——回文字符串
hello,点进来的小伙伴们,你们好呐! 系列专栏:【牛客刷题】 作者简介:一名双非本科的在读大三小白,我很平凡,学会努力! 给大家推荐一个超级好用的刷题平台——牛客网!
相关 python最大回文(python回文字符串)
python编程语言输出大写字母回文金字塔 forascinrange(ord('A'),ord('J')): foriinrange(ord('J')-asc-1):
相关 牛客 添加最少的字符让字符串变为回文字符串(1)
题目链接:[https://www.nowcoder.com/practice/a5849b7e3bc940ff8c97b47d3f76199b?tpId=101&tqId=3
相关 牛客 添加最少的字符让字符串变为回文字符串(2)
题目链接:[https://www.nowcoder.com/practice/239d332c9eb741ae9e41d32b40684530?tpId=101&tqId=3
相关 字符串字符匹配(C++牛客网)
解题思路: (1)map include<iostream> include<unordered_map> using namespace std;
相关 最长回文字符串
最长回文字符串 给你一个字符串 s,找到 s 中最长的回文子串。 示例 1: 输入:s = “babad” 输出:“bab” 解释:“aba” 同样是符合题意
相关 dp问题 添加最少的字符构成回文串
A palindrome is a symmetrical string, that is, a string read identically from left to ri
相关 最长回文字符串
![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ub
还没有评论,来说两句吧...