摘要:
下面的代码DateInterval类想重写父类Pair<LocalDate>中的setSecond方法,保证设置的第二个日期要在第一个日期之后,不能出现second早于first的情况。这里存在两种写法,报错写法使用的是Object作为参数类型,成功写法使用LocalDate。 public cla 阅读全文
摘要:
Formula We can use the formula below to express our skills in English. Formula: adv/adj + verb phrase + purpose/result (副词/形容词 动词短语 + 目的(to XXX)) Exam 阅读全文
摘要:
Background introduction Here are some problems related to Big-O notation. From now on, I will try to write blogs in English for my English interview. 阅读全文
摘要:
Why do you want this job?/Why do you want to work here? Keys to answer the question Research the company ahead of time. When answering this question,y 阅读全文
摘要:
前言 在英语面试中可能需要 用英语表达算法的时间复杂度,这篇博文是学习后自我训练的笔记,用学过的英语来描述算法的时间复杂度。 首先介绍如何用英语表达指数幂,然后是各种循环的复杂度分析。 How to express the exponent? M to the power of N = M^N x 阅读全文