作業繳交須知 (內有繳交作業的命名與注意事項, 請詳讀!!)
繳交時間: 10/22 23:59:59 遲交三天以上不收件!
*Implement Permutation and Hanoi Tower using recursive function
For Permutation:
For Hanoi Tower :
1. 有 input 合理性檢測 (只能輸入數字, 輸入其它字元會跳出警告...等)
2. 程式註解
3. 動態配置記憶體 (動態陣列...等)
4. 使用不同元件輸出 (ListBox.....等)
5. 其它...