MediumRelated Topics: Array / BacktrackingLeetCode Source
解題想法
首先透過 sort 把 can...
五大演算法策略
枚舉法
枚舉法是一種通過列舉所有可能解,然後篩選出符合條件或最優解的解題方法,也教作暴力破解法,適合於解決問題規模較小的情況。
特點
全解空...
What is Command Injection?
命令注入(Command Injection) 是一種攻擊者利用應用程式的漏洞,將未經驗證的惡意輸入作為系...
ヾ(^▽^ヾ)嗨,我是wec,今天是DAY 23。
🔎 題目難度與描述
難度:MEDIUM
題目描述:
一個由0和1組成的二維矩陣,0代表水,1代表陸地。矩陣中...
1779. Find Nearest Point That Has the Same X or Y Coordinate
tags: Easy、Point
Y...
111. Minimum Depth of Binary Tree
tags: Easy、Tree
Given a binary tree, find its...