原文:Valid Palindrome leetcode java

题目: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example, A man, a plan, a canal: Panama is a palindrome. race a car is not a pali ...

2014-08-01 09:09 0 3435 推荐指数:

查看详情

[leetcode]Valid Palindrome @ Python

原题地址:https://oj.leetcode.com/problems/valid-palindrome/ 题意: Given a string, determine if it is a palindrome, considering only alphanumeric ...

Tue Jun 03 23:39:00 CST 2014 0 3156
Palindrome Number leetcode java

题目: Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers ...

Mon Aug 04 10:23:00 CST 2014 0 3305
Palindrome Partitioning leetcode java

题目: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. ...

Fri Aug 01 17:28:00 CST 2014 1 3106
LeetCode 1216. Valid Palindrome III

原题链接在这里:https://leetcode.com/problems/valid-palindrome-iii/ 题目: Given a string s and an integer k, find out if the given string is a K-Palindrome ...

Thu Dec 12 19:38:00 CST 2019 0 303
Palindrome Partitioning II Leetcode java

题目: Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome ...

Tue Aug 05 19:40:00 CST 2014 5 5311
Valid Sudoku leetcode java

题目: Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells ...

Fri Aug 01 17:43:00 CST 2014 0 4422
Valid Number leetcode java

题目: Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" ...

Wed Aug 06 11:37:00 CST 2014 0 3278
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM