 
  
  
   
 
 
 

 
 | 2 |  | 3 | 
| 1 | 8 | 4 | 
| 7 | 6 | 5 | 
| 1 | 2 | 3 | 
| 
          8 |  | 4 | 
| 7 | 6 | 5 | 
 
 | i   j | 1 | 2 | 3 | 4 | 5 | |
| 1 | ø | 5 | 61 | 34 | 12 | |
| 2 | 57 | ø | 43 | 20 | 7 | |
| 3 | 39 | 42 | ø | 8 | 21 | |
| 4 | 6 | 50 | 42 | ø | 8 | |
| 5 | 41 | 26 | 10 | 35 | ø | 
 
     
 
| Task A | Task B | Task C | |
| Tim | $1 | $2 | $3 | 
| Bob | $2 | $3 | $2 | 
| Alex | $2 | $2 | $3 | 

| Task 1 | Task 2 | Task 3 | |
| Carl | $24 | $28 | $24 | 
| Bob | $26 | $32 | $28 | 
| Alex | $24 | $28 | $30 | 
1.    
    最大連續子序列和(Maximum
Contiguous Subsequence Sum)演算法
2.    
    樹搜尋(tree
search)演算法
3.    
    回溯(backtracking)演算法
4.    
    漢米爾頓迴路
(Hamiltonian
circuit)演算法
5.    
    歐拉迴路
(Eulerian circuit)演算法
6.    
    0/1背包分支定界(branch
and bound)演算法
7.    
    多階圖最短路徑(multi-stage graph shortest
path)A*演算法
8.    
    先適裝箱(first-fit
bin
packing)近似演算法(approximation algorithm)
9.    
    頂點覆蓋(vertex
cover
problem)近似演算法(approximation algorithm)
10. 
    最小成本最大流量(Minimum-Cost
Maximum-Flow, MCMF)演算法與最
大權重完美二分匹配(Maximum-Weight Perfect Bipartite
Matching)演算法
11. 
    匈牙利演算法(Hungarian
Algorithm)
12. 
    RSA演算法及相關定理與計算