今天一共會有 2 題 easy 程度的 Web Exploitation,事不宜遲,開始今天的練習吧~
小小知識
Cookie 是一種在用戶端保存資料的技術。伺...
原文題目
You are given a 0-indexed array of integers nums of length n. You are initi...
2024/09/21 Leetcode Daily Problem
386. Lexicographical Numbers難度: 中等
題意
給定一整數n,回...
原文題目
Given an integer array nums, find the subarray with the largest sum, and re...
Hash 學習影片
https://www.youtube.com/watch?v=eH5ihbNHD70https://www.youtube.com/wat...
雙重指標(Two Pointer)是一種高效的算法技巧,常用於解決涉及數組或鏈表的問題。其使用兩個指標遍歷數據結構,指標可以是固定或可變的,根據問題的不同而變化...