Sample Input |
(Lots
more edges) Edge axed axer Edge axed axes Edge axer axes Edge axes axis Edge axes ayes Edge ayes dyes Edge ayes eyes Check ayes axis Check axed dyes Check able eyes |
Sample Output |
Checking ayes
axis:axis<-axes<-ayes Checking axed dyes:dyes<-ayes<-axes<-axed Checking able eyes:No path |
Points |
Task |
10 |
Can make the
graph |
5 |
Can find a
path between two words. |
5 |
Can find one
of the shortest paths between two words. |
5 |
Can do this in less than 10M of
RAM allocated. |
5 |
Can do this in less than 10
seconds on the 'large' input. |
5 |
Can do this in less than 20
seconds for the 'huge' input. |
+2 |
Turned in before Thur March 11. |
-1 |
Per day after Frid March 12. |