Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpo ...
分类:
其他好文 时间:
2017-12-27 14:09:50
阅读次数:
140
We are given an array asteroids of integers representing asteroids in a row. For each asteroid, the absolute value represents its size, and the sign r ...
分类:
其他好文 时间:
2017-12-14 03:56:29
阅读次数:
172
Let's play the minesweeper game (Wikipedia, online game)! You are given a 2D char matrix representing the game board. 'M' represents an unrevealed min... ...
分类:
其他好文 时间:
2017-12-12 00:05:28
阅读次数:
322
We are given an array asteroids of integers representing asteroids in a row. For each asteroid, the absolute value represents its size, and the sign r ...
分类:
其他好文 时间:
2017-12-01 18:35:54
阅读次数:
123
You need to construct a binary tree from a string consisting of parenthesis and integers. The whole input represents a binary tree. It contains an int ...
分类:
其他好文 时间:
2017-11-24 15:07:45
阅读次数:
179
Given a C++ program, remove comments from it. The program source is an array where source[i] is the i-th line of the source code. This represents the ...
分类:
其他好文 时间:
2017-11-16 00:49:52
阅读次数:
215
Which of the following represents the correct sequence of events for Database Replay?A. Capture, analyze, preprocess, replayB. Capture, preprocess, an ...
分类:
其他好文 时间:
2017-11-14 14:24:36
阅读次数:
145
Which of these formats represents the correct hierarchy for the ADR?A. <diagnostic_dest>/rdbms/diag/<dbname>/<instname>B. <diagnostic_dest>/diag/rdbms ...
分类:
其他好文 时间:
2017-11-13 19:56:45
阅读次数:
189
ypeScript 2.2 introduced the object, a type that represents any non-primitive type. It can be used to more accurately type methods such as Object.crea ...
分类:
其他好文 时间:
2017-11-09 22:36:27
阅读次数:
221
Which of the following most closely represents an image copy?A. Unix cp command of a fileB. Bit-by-bit copy of a fileC. Windows COPY command of a file ...
分类:
其他好文 时间:
2017-11-09 17:53:06
阅读次数:
141