最新 最热

LeetCode 0239 - Sliding Window Maximum

Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in th...

2021-08-11
0

LeetCode 0355 - Design Twitter

Design a simplified version of Twitter where users can post tweets, follow/unfollow another user and is able to see the 10 most recent tweets in the user’s news...

2021-08-11
1

LeetCode 0312 - Burst Balloons

Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by array nums. You are asked to burst all the balloons. If the ...

2021-08-11
0

LeetCode 0403 - Frog Jump

A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but it must not...

2021-08-11
0

LeetCode 0601 - Human Traffic of Stadium

X city built a new stadium, each day many people visit it and the stats are saved as these columns: id, visit_date, people

2021-08-11
0

LeetCode 0391 - Perfect Rectangle

Given N axis-aligned rectangles where N > 0, determine if they all together form an exact cover of a rectangular region.

2021-08-11
0

ACMSGURU 127 - Telephone directory

CIA has decided to create a special telephone directory for its agents. The first 2 pages of the directory contain the name of the directory and instructions fo...

2021-08-11
0

LeetCode 0070 - Climbing Stairs

You are climbing a stair case. It takes n steps to reach to the top.

2021-08-11
0

LeetCode 0051 - N-Queens

The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.

2021-08-11
0

LeetCode 0055 - Jump Game

Given an array of non-negative integers, you are initially positioned at the first index of the array.

2021-08-11
0