Re: [問題] 類似二元樹問題

看板Python作者 (.......................)時間14年前 (2010/03/07 12:54), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
b1 = 1 # input for AA for the first run b2 = b1 # input for BB for the first run a1, a2=(0, 0) # so that a1 < 5 and a2 < 5 while a1 < 5 and a2 < 5: a1, a2=AA(b1) b1, b2=BB(a1, a2, b2) 這樣子? ※ 引述《MicroPtt (Mission Start)》之銘言: : 你好~這個問題困惱我很久了~是個類似二元樹的問題 : AA_one < 5 結束 : AA_two < 5 結束 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 162.105.195.208

03/08 01:32, , 1F
不是耶~~可能是我架構寫不好~~導致無解= =
03/08 01:32, 1F
※ 編輯: perturb 來自: 162.105.195.208 (03/08 02:30)
文章代碼(AID): #1Bap5z3l (Python)