ccc112a / alg112a

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

挑戰:用遞迴寫最小編輯距離 (紅利) #17

Open ccckmit opened 1 year ago

ccckmit commented 1 year ago

參考

wrr606 commented 1 year ago

資工二 111110517 范揚玄 https://github.com/wrr606/alg112a/blob/master/homework/challenge/Edit_Distance.cpp

Yan7668114 commented 1 year ago

111010510 資工三 顏駿葳 https://github.com/Yan7668114/alg112ahw/tree/main/challenge (有使用ChatGPT輔助作業)

LeeYi-user commented 1 year ago

111010512 李易 https://github.com/LeeYi-user/alg112a/blob/master/homework/00/editDistance.py

jm123u commented 1 year ago

111010577 史煜疏 https://github.com/jm123u/alg112a/tree/master/hw9

byby9527 commented 11 months ago

111010540 資工三 陳先正 https://github.com/byby9527/alg112a/blob/master/homework/challenge/mindistance.py

weixiang0470 commented 11 months ago

資工三 黃偉祥 111010550 challenge

weilunh7 commented 10 months ago

資工三 111010514 黃威綸 https://github.com/weilunh7/alg112a/blob/master/t.py

111010557 commented 10 months ago

111010557 資工三楊欣潔 https://github.com/111010557/alg112a/tree/master/homework/hw12 使用gpt輔助

dallas145 commented 10 months ago

資工三 111010511 蔡松宏 最小編輯距離

sam00002135 commented 10 months ago

資工三 111010574 白和鑫 https://github.com/sam00002135/alg112a/blob/master/hm11.py

mikeychen1205 commented 10 months ago

資工三 111010523 陳彥辰 HW11

patrick0516 commented 10 months ago

資工三 111010575 周辰恩 https://github.com/patrick0516/alg112a/tree/master/myhomework/homework0

RogerChen530 commented 10 months ago

資工三 111010530 陳樂融 https://github.com/RogerChen530/alg112a/blob/master/mid/挑戰.py

jcat980007 commented 10 months ago

資工三 111010519 范揚政 https://github.com/jcat980007/alg112a/blob/master/homework/extra.py

yehchen0328 commented 10 months ago

資工三111010535 葉哲辰 https://github.com/yehchen0328/alg112a/blob/master/test.py

soon1110014 commented 10 months ago

電機四甲 110910122 陳振順 作業:https://github.com/soon1110014/alg112a/edit/master/HW12/levenshtein.py 參考:

  1. 程式有參考老師editDistance.py,有使用ChatGPT輔助
  2. 透過網上資源 https://rust-algo.club/levenshtein_distance/ 理解編輯距離