習題6.8 層次遍歷
習題6.9同習題6.7
習題6.10 前序遍歷+層次遍歷
習題6.11略
習題6.14
孩子兄弟鍊錶深度
int depthbro(bitree t)
else
return depthbro(t -> rchild) ;
} else if (t -> rchild != null)
else
}return 0 ;
}
int depthbro1(bitree t)
flag = total ;
while(!queueempty(btqu) )
bt = bt -> rchild ;
}if (countout == flag)
} }
return level ;
}
習題3 1至習題3 5
注 題目來自劉汝佳的 演算法競賽入門經典第2版 在vjudge選擇oj平台uva進行提交。必要的時候會寫解題思路,簡單的題純粹就做個記錄。3 1 uva1585 include include includeusing namespace std char s 81 int t int main e...
習題32 加分習題
range 1.list of integers 2.range i,j returns i,i 1,i 2,j 1 3.range 1,5,2 1,3 range 0,5,1 0,1,2,3,4 range 0,5,2 0,2,4 range 5 0,1,2,3,4 range 1,5 代表從1到...
《 笨方法學 Python 》 習題 6 9
習題 6 字串和文字 x there are d types of people.10 binary binary do not don t 如果在字串中通過格式化字元放入多個變數,需要將變數放到 中,變數之間用逗號隔開 y those who know s and those who is s.b...