240 发简信
IP属地:华盛顿州
  • [Linkedlist]2. Add Two Numbers

    You are given twonon-emptylinked lists representing two non-negative int...

  • [BitManipulation]389. Find the Difference

    You are given two stringssandt. Stringtis generated by random shuffling ...

  • [Stack]71. Simplify Path

    Given a stringpath, which is anabsolute path(starting with a slash'/') t...

  • [Stack]150. Evaluate Reverse Polish Notation

    Evaluate the value of an arithmetic expression inReverse Polish Notation...

  • [Stack]225. Implement Stack using Queues

    Implement a last-in-first-out (LIFO) stack using only two queues. The im...

  • [Stack]232. Implement Queue using Stacks

    Implement a first in first out (FIFO) queue using only two stacks. The i...

  • [Stack]155. Min Stack

    Design a stack that supports push, pop, top, and retrieving the minimum ...

  • 130. Surrounded Regions

    Given anm x nmatrixboardcontaining'X'and'O',capture all regions that are...

  • [DFS]200. Number of Islands

    Given anm x n2D binary gridgridwhich represents a map of'1's (land) and'...