PinnedHannah LininHannah Lin從非本科系到矽谷工程師 — 夢想完成後的學習能夠把興趣當工作真的是很幸福的一件事,雖然成長過程一樣會經歷種種挫折與低潮May 26, 20206May 26, 20206
Hannah LininHannah Lin[演算法筆記] RecursionWhere recursion shines is when you use it to break down a problem into “subproblems”, whose solutions can then be combined to solve the…Aug 15Aug 15
Hannah LininHannah Lin[演算法筆記] Two Pointer & Prefix sumStart the pointers L=0,R=input.length — 1at the edges of the input. Move them towards each other until they meet.Aug 1Aug 1
Hannah LininHannah Lin[演算法筆記] Sliding window資料內有一個滿足特定條件長度的窗口 (make a subarray “valid”),可以藉由滑動此窗口來取得想要的資料Jul 29Jul 29
Hannah LininHannah Lin[面試] 中英對照之 TS 面試題什麼是 TS?、 TS 優缺點、Type 跟 Interface 差別、Generics 是啥、any/unknown/never/undefined 差別…Apr 281Apr 281
Hannah LininHannah Lin[TypeScript] 用生活例子圖解 Utility Types用生活例子日圖解五大類: Object Type 、 Union Type、 Function Type、Promise 所對應的 Utility TypesJan 31Jan 31