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
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
题目描述 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, 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
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
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
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
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
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 "A Digits Are Not Just Characters" 签到。 "B Arithmetic Progressions" 题意:从给定的集合中选出最多的数构成等差数列。 题解:数字排 ...
分类:
其他好文 时间:
2019-08-19 20:43:50
阅读次数:
305