-
1523.Count Odd Numbers in an Interval RangeGiven two non-negative integerslowand…
-
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…
-
1061.Lexicographically Smallest Equivalent StringYou are given two strings of th…
-
1519.Number of Nodes in the Sub-Tree With the Same LabelYou are given a tree (i.…
-
100.Same TreeGiven the roots of two binary treespandq, write a function to check…
-
144.Binary Tree Preorder TraversalGiven therootof a binary tree, returnthe preor…
-
149.Max Points on a LineGiven an array ofpointswherepoints[i] = [xi, yi]represen…
-
1962. Remove Stones to Minimize the TotalYou are given a0-indexedinteger arraypi…
-
1143.Longest Common SubsequenceGiven two stringstext1andtext2, returnthe length …
-
198.House RobberYou are a professional robber planning to rob houses along a str…
-
70.Climbing StairsYou are climbing a staircase. It takesnsteps to reach the top.…
-
124.Binary Tree Maximum Path SumApathin a binary tree is a sequence of nodes whe…
-
328.Odd Even Linked ListGiven theheadof a singly linked list, group all the node…
-
876.Middle of the Linked ListEasy8162221Add to ListShareGiven theheadof a singly…