Guest User

Untitled

a guest
Mar 29th, 2012
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. N=5, C=3
  2.  
  3.  
  4. Possible configurations:
  5. -SCCC -CSCC -CCSC -CCCS
  6. S-CCC C-SCC C-CSC C-CCS
  7. SC-CC CS-CC CC-SC CC-CS
  8. SCC-C CSC-C CCS-C CCC-S
  9. SCCC- CSCC- CCSC- CCCS-
  10.  
  11. (S in front)
  12. Winning positions:
  13. -SCCC
  14. S-CCC
  15. SC-CC
  16. SCC-C
  17. SCCC-
  18.  
  19.  
  20. (S in middle)
  21.  
  22. Losing positions:
  23. CSCC-
  24. CS-CC
  25. -CSCC
  26.  
  27.  
  28. Losing positions:
  29. -CCSC
  30. CC-SC
  31. CCSC-
  32.  
  33. (S in back)
  34.  
  35. Losing positions:
  36. -CCCS
  37. CC-CS
  38. CCCS-
  39.  
  40.  
  41.  
  42.  
  43. W(5,3) = 5 + (5-3) + (5-3) + (5-3) = 11
Advertisement
Add Comment
Please, Sign In to add comment