Avatar notebook default
3篇文章 · 3563字 · 0人关注
  • Leetcode_Python_2.0

    1. Two Sum 难度: Easy 思路:用空间复杂度换取时间复杂度,字典 2. Add Two Numbers 难度: 中等 思路:使用递...

  • 原则

    五步流程 有明确的目标 找到阻碍你实现这些目标的问题,并且不容忍问题 准确诊断问题,找到问题的根源 规划可以解决问题的方案 做一切必要的事来践行...

  • Leetcode笔记(python)

    326. Power of Three Given an integer, write a function to determine if i...

文集作者