Herr Deng桑的教學blog
這是Herr Deng桑的教學blog,主要處理作業與班導事務,另外還有數位小品。
網頁
首頁
密碼學
程式設計Programming
APP
計算機概論
herrDeng網內搜尋
自訂搜尋
Ads
2024年2月22日 星期四
python C++計算 indegree解Leetcode 997 Find the Town Judge
python C++計算 indegree解Leetcode 997 Find the Town Judge
使用圖形解決方案。
由於信任中的每一對 e=(a, b) 實際上表示一種信任關係,可以將其視為有向邊。C++程式請進
---
按我讀文 »
2024年2月21日 星期三
python C++ bit 計算O(1)時間解Leetcode 201 Bitwise AND of Numbers Range
python C++ bit 計算O(1)時間解Leetcode 201 Bitwise AND of Numbers Range
這就是用x&(x-1)技法。有人會說計算時間是O(log n),但32-bit整數,無論是迴圈或遞迴頂多32次。如果要熟透bit處理的訣竅,還有更厲害的技法,請進
按我讀文 »
2024年2月20日 星期二
python C++高斯小學公式與xor sum速解Leetcode 268 Missing Number
python C++高斯小學公式與xor sum速解Leetcode 268 Missing Number
片中講兩種解法,一是用Gauss的n(n+1)/2公式,二是用xor-sum
第三種解法片中未顯示,採radix sort再binary search
按我讀文 »
2024年2月19日 星期一
#黑柴犬 black shiba草地跟狗朋友玩
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
熱門文章
11!=?
11!=?
計算你上學期加權平均
計算你上學期加權平均
計算你的BMI
計算你的BMI
C程式練習
int a[]={21, 23, 57, 13 ,17, 6}; float average; average=?
輸出字串20次
輸出字串20次
ex7 猜數字
猜數字
資料結構(Ch 1)
1. 利用遞迴input n算2^n 2. 用C算GCD(3333,456)
C字串練習
C字串練習 字串 char word[]="You win!"; 輸出為: You win! You win You wi You w You You Yo Y 給進階使用者: gets () 是個危險的函式!
3種金鑰?
無線網路中WEP安全嗎?