Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 693 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 693 Bytes

Need to review the following:

  • 41.FirstMissingPositive
  • 300.LongestIncreasingSubsequence (DP)
  • 146.LRUCache
  • 22.GenerateParentheses
  • 378.KthSmallestElementinaSortedMatrix
  • 215.KthLargestElementinanArrays
  • 4.MedianofTwoSortedArrays
  • 611.ValidTriangleNumber
  • 105.ConstructBinaryTreefromPreorderandInorderTraversal
  • 230.KthSmallestElementinaBST
  • 994.Rotting Oranges
  • 886.PossibleBipartition
  • 1129.ShortestPathwithAlternatingColors
    1. Number of Operations to Make Network Connected
    1. Longest Increasing Path in a Matrix
  • 743.NetworkDelayTime
    1. K Closest Points to Origin
    1. Friends Of Appropriate Ages
    1. Remove Zero Sum Consecutive Nodes from Linked List