搜索资源列表
huwenchuan
- 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
数据结构-回文
- 这是一个用数据结构做的回文游戏 输入一串字符串 判断其是否为回文
huwenchuan
- 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
Palindrome_strings
- 回文串的c++实现,是ACM里面的一个题目,上传给大家共享。-Palindrome string c++ implementation, ACM are inside a topic, upload to the U.S. share.
CheckPalindrome
- 检测一个字符串是否为回文串,对于一个字符串,如果从前向后读和从后向前读都一样,则成为回文串。-It can check a sring is a palindrome or not
PalindromeIgnoreNonAlphanumeric
- 在忽略既非字母又非数字的字符,判断回文串-Ignore neither the letter nor the number of characters to determine palindrome string
CostforIdeal
- 判断字符串是否可以构成回文串,如果可以,将该字符串转为回文串形式,并求出最小交换次数,必须是相邻符号间交换。-To determine whether the string can constitute a palindrome string, and if so, the string is palindrome strings to form and find the minimum switching frequency, mus
huiwen
- 验证回文串,例如bob是回文,前读和后读一样-huiwen
findMaxPalindrome
- 回文算法,找出字符串中最长的回文串。findMax Palindrome-findMax Palindrome
hhh
- 判断输入的一个字符串是否是回文串,如果是则输出是,反之则输出否-To determine whether a string input string palindrome, if the output is, and vice versa if the output
zifuchuan
- Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Ja
huiwen
- 输入一个字符串,判断是否为回文串或回文数-failed to translate
hiwenzichuan
- 回文串的源代码,大一学生可以看看啊,最基本的-Palindromic string of source code
palindrome
- 判断输入是否是一个回文串(即向前和向后读都是一样的字符序列)。 每个输入仅为一个字符串序列【即ID】,可以把ID看成任何以一个字母或下划线开头、由字母或者数字组成的字符串,字符串长度不超过50。每个测试数据为一行,要求程序能够一次处理多行测试数据。-Determine whether the input string is a palindrome (ie, read the same forward and backward se
test10
- 从字符串中获取最长回文串的算法,仅供参考,时间复杂度比较高-Get the longest palindrome from a string string algorithms, for reference only, the time complexity is relatively high
回文串
- 本文主要提供了回文串的算法,适合于初学者的学习。(This article mainly provides the palindrome string algorithm, suitable for beginners to learn.)
新建文件夹
- 编写程序,验证一个字符串是否为回文串:是否从前读它和从后读它都是一样的。例如,mom,dad是回文串。该程序接收用户输入的字符串,判断是否为回文串,然后将判断的结果输出。在验证回文串时,忽略大小写、空格和标点。示例输出如图所示。(Write a program to verify whether a string is a palindrome string: whether it was read before and after r
最长回文字符串
- 给定一个字符串,找出该字符串的最长回文子串。(Given a string, find the longest palindrome substring of the string.)
PALINDROME
- MIPS assembly,汇编实现输入一个字符串,判断其是否为回文(MIPS assembly, the compilation includes a string input to determine whether it is a palindrome)