846. Hand of Straights
332. Reconstruct Itinerary
338. Counting Bits
329. Longest Increasing Path in a Matrix
329. Longest Increasing Path in a Matrix
Description
Given an m x n integers matrix, return the length of the longest increasing path in matrix.
312. Burst Balloons
122. Best Time to Buy and Sell Stock II
122. Best Time to Buy and Sell Stock II
Description
You are given an integer array prices where prices[i] is the price of a given stock on the i^th day.
309. Best Time to Buy and Sell Stock with Cooldown
309. Best Time to Buy and Sell Stock with Cooldown
Description
You are given an array prices where prices[i] is the price of a given stock on the i^th day.
287. Find the Duplicate Number
287. Find the Duplicate Number
Description
Given an array of integers nums containingn + 1 integers where each integer is in the range [1, n] inclusive.