這題是設計一個資料結構,來動態地保持一組資料的第 K 大元素。這是典型的資料流問題,尤其適合使用堆來進行處理。
題目:
給定一個整數陣列 nums 和一個整數...
上課紀錄
SSRF (Server-Side Request Forgery)
伺服器端請求偽造 (Server-Side Request Forgery)...
You are given a string s and a robot that currently holds an empty string t. App...
tags: Easy、Sort
Given an array of integers nums, sort the array in increasing o...
矩陣(Matrix),是由數字或其他類型的數據按行與列排列而成的的矩形數組,通常用 mXn 來表示,其中m是行數,n是列數,矩陣的元素通常用 a(i, j) 來...
前言
本日進度:
[x] 6 題 general skills
[x] 【成大資安社社課】WEB 2 - 到 LFI
Writeup
第一題:Warme...