Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: No ...
分类:
其他好文 时间:
2018-10-13 11:43:02
阅读次数:
113
Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Example 3: ...
分类:
其他好文 时间:
2018-10-11 20:06:25
阅读次数:
132
Given two strings s and t , write a function to determine if t is an anagram of s. Example 1: Example 2: Note:You may assume the string contains only ...
分类:
其他好文 时间:
2018-10-11 15:44:25
阅读次数:
181
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping yo ...
分类:
其他好文 时间:
2018-10-11 11:34:13
阅读次数:
157
Given an integer, write a function to determine if it is a power of three. Example 1: Input: 27 Output: true Example 2: Input: 0 Output: false Example ...
分类:
其他好文 时间:
2018-10-08 21:39:23
阅读次数:
154
Given a sequence of integers as an array, determine whether it is possible to obtain a strictly increasing sequence by removing no more than one eleme ...
分类:
其他好文 时间:
2018-10-07 14:41:32
阅读次数:
308
由于我不需要数据库,启动springboot报错: Cannot determine embedded database driver class for database type NONE If you want an embedded database please put a support ...
分类:
数据库 时间:
2018-10-05 12:31:35
阅读次数:
2856
https://www.careercup.com/question?id=5103530547347456 Given a list of nodes, each with a left child and a right child (they can be null), determine i ...
分类:
其他好文 时间:
2018-10-05 12:14:07
阅读次数:
107
NAIPC 2017 Yin and Yang Stones 75.39% 1000ms 262144K A mysterious circular arrangement of black stones and white stones has appeared. Ming has been ta ...
分类:
其他好文 时间:
2018-10-04 18:58:01
阅读次数:
203
Description: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Solution: just like ...
分类:
其他好文 时间:
2018-09-30 00:55:00
阅读次数:
146