最新 最热

LeetCode 0212 - Word Search II

Given a 2D board and a list of words from the dictionary, find all words in the board.

2021-08-11
1

LeetCode 0213 - House Robber II

You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this place are arranged in ...

2021-08-11
1

LeetCode 0234 - Palindrome Linked List

Given a singly linked list, determine if it is a palindrome.

2021-08-11
1

LeetCode 0295 - Find Median from Data Stream

Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of the two middle va...

2021-08-11
1

LeetCode 0336 - Palindrome Pairs

Given a list of unique words, find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. words[i] + words[j] ...

2021-08-11
1

LeetCode 0313 - Super Ugly Number

Write a program to find the nth super ugly number.

2021-08-11
1

LeetCode 0596 - Classes More Than 5 Students

There is a table courses with columns: student and class

2021-08-11
1

LeetCode 0109 - Convert Sorted List to Binary Search Tree

Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.

2021-08-11
1

LeetCode 0114 - Flatten Binary Tree to Linked List

Given a binary tree, flatten it to a linked list in-place.

2021-08-11
1

LeetCode 0092 - Reverse Linked List II

Reverse a linked list from position m to n. Do it in-place and in one-pass.

2021-08-11
1