什麼是ECDSA?
Herr Deng桑的教學blog
這是Herr Deng桑的教學blog,主要處理作業與班導事務,另外還有數位小品。
herrDeng網內搜尋
自訂搜尋
Ads
3009年5月25日 星期四
2025年12月17日 星期三
C C++ Py3 DP與OOP解Leetcode 3573 Best Time to Buy and Sell Stock V
C C++ Py3 DP與OOP解Leetcode 3573 Best Time to Buy and Sell Stock V
[Py3 code請進]
2025年12月10日 星期三
py3 C C++階乘模運算速解Leetcode 3577 Count the Number of Computer Unlocking Pe...
py3 C C++階乘模運算速解Leetcode 3577 Count the Number of Computer Unlocking Permutations
[1-liner Py3請進]
2025年12月8日 星期一
Py3 C++利用Euclid公式達O(n)解Leetcode1925 Count Square Sum Triples
Py3 C++利用Euclid公式達O(n)解Leetcode 1925 Count Square Sum Triples
用數論方法解畢氏定理三角整數解個數,這應該算是Diophantine Equation中最簡單的例題
[Py3解請進]
2025年12月2日 星期二
Py3 C++ hashmap多項次公式解梯形問題Leetcode 3623 Count Number of Trapezoids I
Py3 CPP多項次公式解梯形問題Leetcode 3623 Count Number of Trapezoids I
數有幾個不同水平梯形,先用hash map數有相同y座標的點,再用多項次公式解題
[Py3解請進]
2025年11月27日 星期四
Py3 C C++ prefix sum解Leetcode 3381 Maximum Subarray Sum With Length Div...
Py3 C C++ prefix sum解Leetcode 3381 Maximum Subarray Sum With Length Divisible by K
Very similar to Kadane's algorithm
[Py3 code請進]
2025年11月25日 星期二
Py3 C++找出pattern迭代變化解出Leetcode 1015 Smallest Integer Divisible by K
所謂的數論問題,也不一定是是像費馬定理那樣的大問題,能找出數字間的pattern也都是值得玩味的
執行直到 r=(10*r+1)%k==0(其中 k 與 2 和 5 互質),否則返回 -1
[Py3 code請進]
2025年11月21日 星期五
2025年11月16日 星期日
C++用 -1 mask法達到branchless解Leetcode1513 Number of Substrings With Only 1...
C++用 -1 mask法達到branchless解Leetcode1513 Number of Substrings With Only 1s|Py3 1-liner
其實很容易,想練功,試試一行解,或是把if分岔拿掉
[C++無分岔解請進]
2025年11月14日 星期五
Py3 C++ 2D sweep解Leetcode 2536 Increment Submatrices by One
Py3 C++ 2D sweep解Leetcode 2536 Increment Submatrices by One
使用2D掃描,方法為line sweep的2D推廣,方便好用。
[Py3解請進]
訂閱:
意見 (Atom)
熱門文章
-
教育部為提昇全民資安素養與電腦防護能力,本部於101年9月5日至11月5日舉辦「全民資安素養自我評量」活動,請在活動期間內踴躍上網檢測資訊安全素養認知程度,並有機會參與抽獎,詳情請參閱活動網站(網址: https://isafe.moe.edu.tw/event
-
計算你的BMI
-
url="https://www.twse.com.tw/exchangeReport/STOCK_DAY?response=json&date=20220330&stockNo=2330"
-
int a[]={21, 23, 57, 13 ,17, 6}; float average; average=?
-
11!=?
-
請問你所使的電腦,CPU的規格 Cache多大?其他硬體配置...... 另外, "INTEL® XEON PHI™ 處理器 7230F"的大致規格為?
-
Ex1 加權平均
-
請用CPU-Z軟體檢測Cache & Memory 註:快取(L1-L3: SRAM) 第一級快取(L1)–通常存取只需要幾個週期,通常是幾十個KB。 第二級快取(L2)–比L1約有2到10倍較高延遲性,通常是幾百個KB或更多。 第三級快取(L3)(不...