Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Table 1:
  2. +---+
  3. | 1 |
  4. +---+
  5. | 2 |
  6. +---+
  7. | 3 |
  8. +---+
  9. | 4 |
  10. +---+
  11.  
  12.  
  13. Table 2:
  14. +---+---+
  15. | 1 | 4 |
  16. +---+---+
  17. | 2 | 1 |
  18. +---+---+
  19. | 3 | 4 |
  20. +---+---+
  21. | 4 | 1 |
  22. +---+---+
  23. | 5 | 1 |
  24. +---+---+
  25. | 6 | 1 |
  26. +---+---+
  27. | 7 | 2 |
  28. +---+---+
  29. | 8 | 4 |
  30. +---+---+
  31. | 9 | 2 |
  32. +---+---+
  33. |10 | 3 |
  34. +---+---+
  35. |11 | 4 |
  36. +---+---+
  37. |12 | 3 |
  38. +---+---+
  39. |13 | 3 |
  40. +---+---+
  41. |14 | 3 |
  42. +---+---+
  43. |15 | 4 |
  44. +---+---+
  45. |16 | 2 |
  46. +---+---+
  47.  
  48. Result:
  49. +---+---------------------+
  50. | 1 | 2, 4, 5, 6 |
  51. +---+---------------------+
  52. | 2 | 7, 9, 16 |
  53. +---+---------------------+
  54. | 3 | 10, 12, 13, 14 |
  55. +---+---------------------+
  56. | 4 | 1, 3, 8, 11, 15 |
  57. +---+---------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement