Posts
All the articles I've posted.
-
[C#] C#3、LINQ 及相關特性
csharp cIntroduction to LINQ in C#
-
[IT] Design Patterns
design-pattern簡介設計模式
-
[ML] 簡單實作測試
machine-learning -
[Algo] 3-10. Binary Indexed Tree(Fenwick Tree, BIT)
algorithm利用 Binary Indexed Tree 做數組的動態更新與查詢,中譯為樹狀樹組
-
[Algo] 3-1. Two Pointer/Sliding Window
algorithm使用雙指標或是更進階的滑動窗口的技巧,對資料集合(可能是array,可能是list)做搜尋。
-
[LeetCode] 132. Palindrome Partitioning II
string dynamic-programming -
[Algo] 3-0. Sorting
algorithm sorting從排序開始,練習將想法實踐,All start from sorting
-
[C#] Namespace Alias 命名空間別名
csharp cNamespace alias in C#
-
[C#] Property getter/setter access separate 訪問權限分離
csharp cSeparate getter/setter property access in C#
-
[C#] static class 靜態類別
csharp cIntroduction to static class in C#