前言
三十天了! 今天就寫六題 Crypto 的 Writeup ,最後再來個小小總結
Writeup
第一題:rsa_oracle
這題要利用 RSA 模運...
剛好在最近工作上有遇到這個問題,就趁這個機會來討論 translate() 和 absolute 的差異,以及為什麼我們應該使用 translate() 來移動...
這題要算擁有 n 個節點的唯一二元搜索樹結構數量,根據 BST 的特性,左子樹中的所有節點都小於根節點,右子樹中的所有節點都大於根節點,所以可以用動態規劃來解決...
Problem :
Given a m x n grid filled with non-negative numbers, find a path from...
原文題目
Given an array of integers temperatures represents the daily temperatures,...
今天來解YKL20(UVA10050):Hartals
Hartals
T => 測試案例數量N => 天數P => 黨的數量接下來的代表那...