上課紀錄
Path Traversal
Intro
像是類似這樣的網址,如果把 ?file=report.pdf 改成 ?file=../../../../e...
前面幾天我們做了幾道題,熟悉了一維數列形式的1-D DP題型,在這類問題中狀態是單一的(例如爬樓梯問題的第i階、扒手問題的第i間房...等等)。
接下來,讓我們...
🟨扒手I
本題取自 Leetcode 198. House Robber
題目
You are a professional robber planning t...
Heap 漏洞通常與記憶體管理有關,特別是 C 和 C++ 等可以直接操作記憶體語言。當程式使用 malloc() 或 free() 等函數動態分配和釋放記憶體...
Problem :
You are given an m x n integer matrix matrix with the following two pr...
前言
本日進度:
[x] 6 題 general skills
[ ]
Writeup
第一題:Serpentine
看到他 python code 裡面...