最近公司遭逢重大變故,開始面試看看其他機會。看看自己怠惰的行為,已經四個月沒有更新了 (汗)。 不過有面試就有 […]
出處: https://leetcode.com/problems/merge-intervals/ Give […]
題目出處: https://leetcode.com/problems/range-sum-query-imm […]
出處: https://leetcode.com/problems/pascals-triangle-ii/ […]
在 JavaScript 中,this 是一個關鍵字,它的值在運行時被綁定。this 的值可能在不同的上下文中 […]
Given two strings s and t, return t […]
題目如下: 這題看到確實心裡滿滿的 WTF!?正常人會這樣寫嗎!! 但這是題目,用極端的方法來測試你的觀念是否 […]
[題目] 請指出 console.log 的結果 這邊也不賣關子,答案不是 “start̶ […]
這是今天寫到的題目,一開始寫的時候遇到一點障礙,但想通之後其實非常簡單。 題目: 預測 console.log […]
出處: https://leetcode.com/problems/subsets/ Given an int […]