Posts
All the articles I've posted.
-
[Algo] 2-1. 暴力演算法 Brute Force
algorithm演算法設計,介紹什麼是暴力演算法,並示範幾種資料結構的遍歷與枚舉
-
[LeetCode] 491. Non-decreasing Subsequences
array hash-table backtracking -
[IT] C# Depth Ch.2 C# 2
csharp -
[LeetCode] 974. Subarray Sums Divisible by K
array hash-table -
[LeetCode] 53. Maximum Subarray
array divide-and-conquer dynamic-programming -
[LeetCode] 918. Maximum Sum Circular Subarray
array divide-and-conquer dynamic-programming -
[IT] C# Depth Ch.1 與時俱進的語言
csharp -
[LeetCode] 926. Flip String to Monotone Increasing
string dynamic-programming -
[IT] Shell 筆記
linux shell -
[LeetCode] 1519. Number of Nodes in the Sub-Tree With the Same Level
hash-table tree dfs