Blog

Illustration of a bird flying.
  • 友链

    诡异的鱼塘 https://blog.archetto.moe/

    4月 2, 2022
  • CS61B 笔记系列 19 Hashing

    Data Indexed Arrays Sets 经过很多节课的学习,我们发掘了SET/MAP ADT的不同实 […]

    6月 30, 2022
  • CS61B 笔记系列 14 Disjoint Sets

    14.1 Dynamic Connectivity and the Disjoint Sets Problem […]

    5月 17, 2022
  • CS61B 笔记系列 11 Exceptions, Iterators, Object Methods

    11.1 Lists and Sets 11.1.1 List 之前来说我们已经做好了 ALists 和 SL […]

    4月 22, 2022
  • CS61B笔记系列 10 Subtype Polymorphism vs. HoFs

    10.1 Dynamic Method Selection Puzzle (Online Only) 10.1 […]

    4月 22, 2022
  • CS61B笔记系列 9 Extends, Casting, Higher Order Functions

    💡 extends should only be used for **is-a** (hypernymic) […]

    4月 22, 2022
  • CS6 1A系列 NOTES 1 Functions

    http://composingprograms.com/pages/11-getting-started.h […]

    3月 28, 2022
  • CS61B笔记系列 8 Inheritance, Implements

    8.1 Method Overloading in Java JAVA 允许函数重载 PS:其实不算一节,但是 […]

    3月 22, 2022
  • 0917 Reverse Only Letters

    思路 :双指针法 left从左开始扫描right从右,若是都扫到字母且 left < right,就交换 […]

    2月 23, 2022
  • 0717 1-bit and 2-bit Characters

    解法 注意 : 题目保证以 0 结尾从左到右遍历 bits[i] : 遇到 bits[i] = 0,说明遇到第 […]

    2月 20, 2022

Blog