摘要:
You are given an elevation map represents as an integer array heights where heights[i] representing the height of the terrain at index i. The width at 阅读全文
摘要:
Given a mapping from keywords to tags and a user review, replace the keywords in the review with the format [<tag>]{<keyword>}. For example: Given map 阅读全文
摘要:
Design a retryer function that takes an asynchronous function and a maximum number of retries. The retry delay should grow exponentially (e.g., 2 seco 阅读全文
摘要:
In a project, you have a list of required skills req_skills, and a list of people. The ith person people[i] contains a list of skills that the person 阅读全文
摘要:
"You are given an array like [5, 4, 3, 2, 1, 3, 4, 0, 3, 4] Part 1:Print a terrain where each number represents the height of a column at that index. 阅读全文
摘要:
You may recall that an array arr is a mountain array if and only if: arr.length >= 3 There exists some index i (0-indexed) with 0 < i < arr.length - 1 阅读全文