240 发简信
IP属地:加州
  • Resize,w 360,h 240
    431. Connected Component in Undirected Graph

    Description Find connected component in undirected graph. Each node in t...

  • Resize,w 360,h 240
    178. Graph Valid Tree

    Description Givennnodes labeled from0ton - 1and a list ofundirectededges...

  • python中defaultdict用法详解

    zz:https://www.jianshu.com/p/bbd258f99fd3 认识defaultdict: 当我使用普通的字典时,用法一般...

  • Resize,w 360,h 240
    531. Six Degrees

    Description Six degrees of separation is the theory that everyone and ev...

  • Resize,w 360,h 240
    598. Zombie in Matrix

    Description Given a 2D grid, each cell is either a wall2, a zombie1or pe...

  • Resize,w 360,h 240
    618. Search Graph Nodes

    Description Given aundirected graph, anodeand atarget, return the neares...

  • 624. Remove Substrings

    Description Given a stringsand a set ofnsubstrings. You are supposed to ...

  • Resize,w 360,h 240
    667. Longest Palindromic Subsequence

    Description Given a string s, find the longest palindromic subsequence's...

  • Resize,w 360,h 240
    65. Median of two Sorted Arrays

    Description There are two sorted arraysAandBof sizemandnrespectively. Fi...