240 发简信
IP属地:广东
  • Day 02 2018-03-12

    Function def f(x): no return will return None Tuples元组 an ordered sequen...

  • Resize,w 360,h 240
    HashMap源码分析 2018-03-11

    HashMap 的实例有两个参数影响其性能:“初始容量” 和 “加载因子”。容量 是哈希表中桶的数量,初始容量 只是哈希表在创建时的容量。加载因...

  • Day 01 notes 2018-03-11

    The six basic operations/primitives that gives a language Turing complet...

  • 排序算法(1) 2018-03-07

    选择排序 time complexity O(n^2) 归并排序