码迷,mamicode.com
首页 >  
搜索关键字:characters    ( 2378个结果
PAT 1093
The string APPAPT contains two PAT's as substrings. The first one is formed by the 2nd, the 4th, and the 6th characters, and the second one is formed ...
分类:其他好文   时间:2019-09-19 21:34:42    阅读次数:107
[虚拟机OA]Build the Subsequences 生成子序列
A subsequence of a string is obtained by deleting zero or more characters from the string while maintaining order. For example, the subsequences of st ...
分类:其他好文   时间:2019-09-12 09:56:59    阅读次数:92
leetcode8 String to Integer
题目描述 Implement atoi which?converts a string to an integer. The function first discards as many whitespace characters as necessary until the first non ...
分类:其他好文   时间:2019-09-01 21:59:41    阅读次数:105
CAB202 Assignment 1
CAB202 Assignment 1, Semester 2 2019Assessment Weight: 30%ContextYou are tasked with bringing to life the classic characters of Tom and Jerry in a ter ...
分类:其他好文   时间:2019-09-01 20:17:16    阅读次数:111
(Easy) Valid Palindrome -LeetCode
Description: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of th ...
分类:其他好文   时间:2019-08-28 18:23:42    阅读次数:89
205. Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:其他好文   时间:2019-08-25 00:53:10    阅读次数:103
Leetcode 3. Longest Substring Without Repeating Characters(string 用法 水题)
3. Longest Substring Without Repeating Characters Medium Medium Given a string, find the length of the longest substring without repeating characters. ...
分类:其他好文   时间:2019-08-24 20:22:40    阅读次数:80
(Easy) Find Common Characters LeetCode
Description Given an array A of strings made only from lowercase letters, return a list of all characters that show up in all strings within the list ...
分类:其他好文   时间:2019-08-21 11:32:56    阅读次数:57
java#StringBuffer&StringBuilder
StringBuffer A thread-safe, mutable sequence of characters. A string buffer is like a String, but can be modified. At any point in time it contains so ...
分类:编程语言   时间:2019-08-20 20:32:06    阅读次数:109
2018-2019, ICPC, Asia Yokohama Regional Contest 2018 (Gym - 102082)
2018 2019, ICPC, Asia Yokohama Regional Contest 2018 "A Digits Are Not Just Characters" 签到。 "B Arithmetic Progressions" 题意:从给定的集合中选出最多的数构成等差数列。 题解:数字排 ...
分类:其他好文   时间:2019-08-19 20:43:50    阅读次数:305
2378条   上一页 1 ... 17 18 19 20 21 ... 238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!