Ximin Lin
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • ABOUT
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • ABOUT
  • Maximal Rectangle

    Maximal Rectangle #hard [Maximal Square.md](Maximal Square.md) [Largest Rectangle in Histogram.md](Largest Rectangle in His...
     3 years ago  
    • leetcode 
     
    • hard 
    • | stack 
    • | DP 
    Read more 
  • Maximal Rectangle

    Maximal Square #mediumGiven an m x n binary matrix filled with 0‘s and 1‘s, find the largest square containing only 1‘s and r...
     3 years ago  
    • leetcode 
     
    • hard 
    • | DP 
    Read more 
  • Minimum Window Substring

    Minimum Window Substring #hardGiven two strings s and t of lengths m and n respectively, return the minimum window substring ...
     3 years ago  
    • leetcode 
     
    • hard 
    • | sliding window 
    • | char2idx map 
    Read more 
  • Next Permutation

    Next PermutationImplement next permutation, which rearranges numbers into the lexicographically next greater permutation of n...
     3 years ago  
    • leetcode 
     
    • array 
    • | medium 
    Read more 
  • Regular Expression Matching

    Regular Expression Matching #hardGiven an input string s and a pattern p, implement regular expression matching with support ...
     3 years ago  
    • leetcode 
     
    • hard 
    • | DP 
    • | recursion 
    Read more 
  • Median of two sorted arrays

    Median of two sorted arrays #hardGiven two sorted arrays nums1 and nums2 of size m and n respectively, return the median of t...
     3 years ago  
    • leetcode 
     
    • hard 
    • | array 
    • | pointer 
    • | binary search 
    Read more 
  • Trapping Rain Water

    Trapping Rain Water #hardGiven n non-negative integers representing an elevation map where the width of each bar is 1, comput...
     3 years ago  
    • leetcode 
     
    • hard 
    • | stack 
    • | DP 
    • | pointers 
    Read more 
  • Real-time Small Objects Falling from High Detection

    1. Project Introduction1.1 Background:Nowadays, thanks to the fast development, tall buildings with more than 20 floors are e...
     3 years ago  
    • project 
     
    • computer vision 
    • | python 
    • | tracking 
    Read more 
Prev
© 2020 -  2021  Ximin Lin
Visitor Count 3780  Totalview 4525
Powered by Hexo | Theme Keep v3.13