240 发简信
IP属地:华盛顿州
  • 104.[Tree][Easy] Maximum Depth of Binary Tree

    Problem https://leetcode.com/problems/maximum-depth-of-binary-tree/Given...

  • 101.[Tree][Easy] Symmetric Tree

    Problem https://leetcode.com/problems/symmetric-tree/ Given a binary tre...

  • 100.[Tree][Easy] Same Tree

    Problem https://leetcode.com/problems/same-tree/ Given two binary trees,...

  • LeetCode Tree summary

    Tree Summary Definition for a binary tree node. Binary Tree Traversal: P...

  • 94.[Tree][Medium] Binary Tree Inorder Traversal

    Problem https://leetcode.com/problems/binary-tree-inorder-traversal/Give...

  • Generics 泛型

    泛型是JDK1.5之后增加。泛型的本质:数据类型的参数化。我们可以把泛型理解为数据类型的一个占位符(形式参数),即告诉编译器,在调用泛型时必须传...

  • 28. Implement strStr() #String (Easy)

    Problem:### Implement strStr().Returns the index of the first occurrence...

  • 20. Valid Parentheses #Stack (Easy)

    Problem:### Given a string containing just the characters '(', ')', '{',...