| 258 |      1 | 
 | 
|  |      2 | Below is the feedback and provisional marks for your submission
 | 
|  |      3 | for assignment 8 Advanced Part 2.  Please note all marks are provisional until
 | 
|  |      4 | ratified by the assessment board -- this is not an official
 | 
|  |      5 | results transcript.
 | 
|  |      6 | 
 | 
|  |      7 | knight2.scala does not contain vars, returns, Arrays, ListBuffers etc?
 | 
|  |      8 |   --> success
 | 
|  |      9 | knight2.scala runs?
 | 
|  |     10 |   --> success
 | 
|  |     11 |  ordered_moves(8, List((3,4), (3,2)), (1,3)) == List((0,1), (0,5), (2,1), (2,5))
 | 
|  |     12 |  ordered_moves(8, List((4,0)), (0,0)) == List((2,1), (1,2))
 | 
|  |     13 |  ordered_moves(8, List((0,4)), (0,0)) == List((1,2), (2,1))
 | 
|  |     14 |   --> success
 | 
|  |     15 |  first_closed_tour_heuristic(6, List((3,3))) found and correct?
 | 
|  |     16 |   --> success
 | 
|  |     17 |  first_tour_heuristic(8, List((0,0))) found and correct?
 | 
|  |     18 |  first_tour_heuristic(40, List((0,0))) found and correct?
 | 
|  |     19 |   --> success
 | 
|  |     20 | knight3.scala does not contain vars, returns, Arrays, ListBuffers etc?
 | 
|  |     21 |   --> success
 | 
|  |     22 | knight3.scala runs?
 | 
|  |     23 |   --> success
 | 
|  |     24 |  tour_on_mega_board(70, List((0,0))) found and correct?
 | 
|  |     25 |   --> success
 | 
|  |     26 | Overall mark for CW 8, Part 2
 | 
|  |     27 | 4
 |