Steven Lu『Effective debugging』 軟體與系統除錯的66個具體作法 — 筆記 (1)週末閒暇之餘,有空提前預約了在桃園圖書館提供的工具書,也就是Sep 3, 2023Sep 3, 2023
Steven LuDocker 簡介 & 學習筆記— 1對於許多已經有過開發經驗 or 運維經驗的工程師來說, Docker是一個極不陌生的名詞,也是軟體開發裡加速開發週期跟降低部署成本的重要工具之一。Jun 1, 2023Jun 1, 2023
Steven LuLeetCode — Set Matrix ZeroesGiven an m x n integer matrix matrix, if an element is 0, set its entire row and column to 0's.Jan 11, 2023Jan 11, 2023
Steven LuLeetCode — Reorder List (Blind Curated 45)You are given the head of a singly linked-list. The list can be represented as:Jan 9, 2023Jan 9, 2023
Steven LuLeetCode — Remove Nth Node From End of ListGiven the head of a linked list, remove the nth node from the end of the list and return its head.Jan 7, 2023Jan 7, 2023
Steven LuLeetCode — Merge K sorted lists (Blind Curated 43)You are given an array of k linked-lists lists, each linked-list is sorted in ascending order.Dec 23, 2022Dec 23, 2022
Steven LuLeetCode — Non-overlapping intervals (Blind Curated 37)Given an array of intervals intervals where intervals[i] = [starti, endi], return the minimum number of intervals you need to remove to…Dec 19, 2022Dec 19, 2022
Steven LuLeetCode — Longest consecutive sequence (Blind Curated 31)Given an unsorted array of integers nums, return the length of the longest consecutive elements sequence.Dec 10, 2022Dec 10, 2022