ccc113a / _alg

課程:演算法 -- 筆記、習題與報告
0 stars 27 forks source link

習題 1: 請用查表法加速 power2n_d() 函數 #1

Open ccckmit opened 2 months ago

ccckmit commented 2 months ago

請用查表法完成下列程式中的 power2n_d(n) 函數

yc0123 commented 2 months ago

資工三 111110507 陳穎辰 https://github.com/yc0123/_alg/blob/master/hw1/power2n.py

shaaaaaaaaaaK commented 2 months ago

資工三 111110521 呂博翔 https://github.com/shaaaaaaaaaaK/_alg/blob/HW1/HW1/power.py

HJH60 commented 2 months ago

胡佳慧 111010141

Kruez0 commented 2 months ago

資工三 劉佩芬 111110541 https://github.com/Kruez0/_alg/blob/master/Homework%201/h1.py

dsjisd57 commented 2 months ago

資工三 李宥榆 111110504 https://github.com/dsjisd57/_alg/blob/master/hw1/power2n%20with%20Claude3.5.py 螢幕擷取畫面 2024-09-10 114204 螢幕擷取畫面 2024-09-10 113925

o5xNo commented 2 months ago

資工三 111110508 吳丞恩 https://github.com/o5xNo/_alg/blob/master/homework/01.py (動態規劃)

karta9630 commented 2 months ago

資工三 111110503 戴嘉豪 https://github.com/karta9630/_alg/blob/master/hw/01/1.py

s111110512 commented 2 months ago

資工三 沈心怡 111110512 https://github.com/s111110512/_alg/blob/master/0910.py

Siling5304 commented 2 months ago

資工三 林思伶 111110525 https://github.com/Siling5304/_alg/tree/master/homework1

KiuBios commented 2 months ago

資工三 111110519 胡劭家 https://github.com/KiuBios/_alg/tree/master/hw1

Gavinhsu0512 commented 2 months ago

資工三 111110501 許元承 https://github.com/Gavinhsu0512/_alg/tree/master/homework1

yang930208 commented 2 months ago

資工三 111110529 楊智鈞 作業1 參考老師的

lkhagvaa2444 commented 1 month ago

資工三 111110544 李荷葦 https://github.com/lkhagvaa2444/_alg/blob/master/HW1/power.py

Astridtu commented 1 month ago

資工三 111110543 凃玫妮 https://github.com/Astridtu/_alg/blob/master/Homework01.py

Steventanardi commented 4 weeks ago

資工三 111110542 林源茂 https://github.com/Steventanardi/_alg/blob/master/HW1/power2n.py

benkao0714 commented 16 hours ago

電三甲 111110103 高于翔 https://github.com/benkao0714/_alg/blob/master/HW/power2n1