-
121.Best Time to Buy and Sell StockYou are given an arraypriceswhereprices[i]is …
-
103.Binary Tree Zigzag Level Order TraversalGiven therootof a binary tree, retur…
-
226.Invert Binary TreeGiven therootof a binary tree, invert the tree, and return…
-
1523.Count Odd Numbers in an Interval RangeGiven two non-negative integerslowand…
-
1162.As Far from Land as PossibleGiven ann x ngridcontaining only values0and1, w…
-
45.Jump Game IIYou are given a0-indexedarray of integersnumsof lengthn. You are …
-
352.Data Stream as Disjoint IntervalsGiven a data stream input of non-negative i…
-
100.Same TreeGiven the roots of two binary treespandq, write a function to check…
-
149.Max Points on a LineGiven an array ofpointswherepoints[i] = [xi, yi]represen…
-
134.Gas StationThere arengas stations along a circular route, where the amount o…
-
452.Minimum Number of Arrows to Burst BalloonsThere are some spherical balloons …
-
2244.Minimum Rounds to Complete All TasksYou are given a0-indexedinteger arrayta…
-
520.Detect CapitalWe define the usage of capitals in a word to be right when one…
-
980.Unique Paths IIIYou are given anm x ninteger arraygridwheregrid[i][j]could b…
-
1834.Single-Threaded CPUYou are givenn tasks labeled from0ton - 1represent…