240 发简信
IP属地:华盛顿州
  • Resize,w 360,h 240
    小程序野生开发Day1

    没有前段经验, 没做过小程序, 没画原型没有设计没有排期没有… 就是好奇瞎玩能做成什么样, 进度随缘 Day1 总结 1. 用原生TabBar(...

  • 538. Convert BST to Greater Tree

    问题描述 Given a Binary Search Tree (BST), convert it to a Greater Tree such...

  • 337. House Robber III

    问题描述 The thief has found himself a new place for his thievery again. The...

  • 226. Invert Binary Tree

    题目描述 Invert a binary tree.**注:返回tree的镜像树 思路1 用recursive的方法,先判断if (root)然...

  • 198. House Robber

    问题描述 You are a professional robber planning to rob houses along a street...

  • 448. Find All Numbers Disappeared in an Array

    ##问题描述 Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array)...

  • 461. Hamming Distance

    总算觉得Comp arch的TA没白当hhh 问题描述 The Hamming distance between two integers is...

  • 888. Fair Candy Swap

    问题描述 Alice and Bob have candy bars of different sizes: A[i] is the size ...

  • 543. Diameter of Binary Tree

    问题描述 Given a binary tree, you need to compute the length of the diameter...