前言
今天要解的題目是 Valid Parentheses(有效的括號)。題目要求我們判斷一個只包含括號的字串是否是有效的。
有效的意思是:每個開括號必須有...
🟨扒手I
本題取自 Leetcode 198. House Robber
題目
You are a professional robber planning t...
上課紀錄
Path Traversal
Intro
像是類似這樣的網址,如果把 ?file=report.pdf 改成 ?file=../../../../e...
Problem :
Given the root of a binary tree, imagine yourself standing on the righ...
Heap 漏洞通常與記憶體管理有關,特別是 C 和 C++ 等可以直接操作記憶體語言。當程式使用 malloc() 或 free() 等函數動態分配和釋放記憶體...
題目
241. Different Ways to Add Parentheses難度: 中等,但我覺得爆難
題意
給定一字串expression,字串中由數字...