Given a sorted array of distinct integers and a target value, return the index...
嘿嘿,又到了我們來挑戰 Leetcode 的時候啦!今天我們要處理的題目是 Merge Intervals,光聽名字就覺得像在玩拼圖一樣,把重疊的區間合併在一...
原文題目
Given an integer array nums and an integer k, return the k most frequent el...
今天就按照順序講我們的下一題(第五題)
題目
題目翻譯
給予一字串 s, 回傳在 s中可找到最長的回文子字串
解題步驟
以下是具體的解題步驟,使用 Markd...
What is SQL Injection?
SQL Injection 為攻擊者在應用程式的輸入框中插入惡意 SQL 查詢語句,目的是利用應用程式中存在的查詢...
今天也來解Reverse的題目
題目 unpackme
思路
upx是一種open source的可執行程式檔案加殼器加殼=>簡單來說是保護原本code...