1.2k words 1 mins.

以下內容摘錄自我的一個付費電子報 "Core-Coner",有興趣的朋友可以自行購買。 聽說讀寫,很多人更害怕說,擔心一上台就忘記原先 擬的稿子內容。其實用英文表達最重要的是效率: 「整理重點」的字能讓你的表達更有組織。 不需要刻意塞滿句子,越精簡就越好理解。 # 多用 "整理重點" 的字 使用歸納重點的字,才友善聽者。如果都是給零散的句 子,資訊就顯得很破碎。 # respectively (adv.) 分別地 能用一句話,就不要用兩句,respectively...
1.5k words 1 mins.

以下內容轉自 English Island Direct report 到底是老闆還是下屬?一次搞懂 report 這個字地道用法 (eisland.com.tw) Andy 想要轉職到外商,面試時,面試官問他: “What would your direct reports say about you**?****”** Direct report,他想當然就是他直接匯報的對象,應該是老闆,於是就侃侃而談,老闆認為他非常的 Loyal、honest、dependable。 其實這是答非所問,完全跑題了。Direct report 不是老闆,而是下屬。 1. What would your...
8.2k words 7 mins.

These are the problems you should know # Arrays Implement Binary Search on a Sorted Array Find Maximum in Sliding Window Search a Rotated Array Find the Smallest Common Number Rotate an Array by N Elements Find Low/High Index of a Key in a Sorted Array Move All Zeros to the Beginning of the...
1.1k words 1 mins.

# Find difference between sums of two diagonals For example, the square matrix is shown below: 1 2 3 4 5 6 9 8 9 The left-to-right diagonal = . The right to left diagonal = . Their absolute difference is . Function description Complete the function in the editor below. diagonalDifference takes the...
1.2k words 1 mins.

# Time Conversion Given a time in -hour AM/PM format, convert it to military (24-hour) time. Note: - 12:00:00AM on a 12-hour clock is 00:00:00 on a 24-hour clock. 12:00:00PM on a 12-hour clock is 12:00:00 on a 24-hour clock. Example Return '12:01:00'. Return '00:01:00'. Function...
2.1k words 2 mins.

此刻只想哭,又收到 hackerRank 的 OA,真的太變態了 T_T 我這五天裡要準備一個 midterm, 一個作業,一個前端的 project, 一個變態的 hackerRankOA,這幾天好好努力吧! # Set decimal places Given an array of integers, calculate the ratios of its elements that are positive, negative, and zero. Print the decimal value of each fraction on a new line with places...
2.3k words 2 mins.

[[Lintcode problems]] Level: #medium Time Complexity: O(h) Space Complexity: O(1) URL: 1234 · Delete Node in a BST - LintCode # Description Given a root node reference of a BST and a key, delete the node with the given key in the BST. Return the root node reference (possibly updated) of the...
1.2k words 1 mins.

Lintcode: 112 · Remove Duplicates from Sorted List - LintCode easy # Description # Given a sorted linked list, delete all duplicates such that each element appear only once. Linked list length <= 30000<=30000 Example Example 1: Input: linked list =...
1.8k words 2 mins.

# Verbs Follwed by a Gerund e.g. They enjoyed working on the boat Verbs admit discuss have difficulty miss spend time avoid dislike imagine practice stop advise end up it's no use recommend suggest can't stand enjoy it's worthwhile remember tolerate can't help feel...