240 发简信
IP属地:伊利诺伊州
  • mockito

    chapter 1 - 49 doc link[https://javadoc.io/doc/org.mockito/mockito-core/...

  • 2020-04-18

    为什么抖音会火?(现象) 为什么字节跳动会这么快崛起?(现象) 为什么中国人口老龄化问题迫在眉睫(结论) 为什么中国决定2020 年2 月对研究...

  • Divide and Conquer : 分治法

    知识点预习: 分治法: 先让左右子树去解决同样的问题, 然后得到结果之后, 再整合为整棵树的结果。 遍历法: 通过 前序/ 中序/ 后序 的某种...

  • 第七章: Hash && HashHeap

    知道 hash 原理+ 能够实现 hash 知道 queue + implement queue

  • ch 1: 程序的生命周期

    1.2 把程序转化为 低级机器语言指令。然后把 指令 打包为 可执行目标程序 的格式打包, 并以二进制的磁盘文件的形式存放。目标程序也 称为可...

  • Binary Search

    1. Search in Rotated Sorted Array(33.leetcode) 当 选择 right= nums.length -...

  • 数组

    1.Longest Consecutive Sequence(128. leetcode) 这道题 利用了 HashMap 的数据结构, 把 e...

  • mong , Flask

    https://www.digitalocean.com/community/tutorials/how-to-install-and-secu...

  • 字符串

    1 .Encode and Decode Strings(271.leetcode) 使用 StringBuilder method: Str...