项目作者: Adhouma

项目描述 :
Java Sets Symmetric & Asymmetric challenge
高级语言: Java
项目地址: git://github.com/Adhouma/Sets-Symmetric-And-Asymmetric-challenge.git


Sets-Symmetric-And-Asymmetric-challenge

  1. /**
  2. * Create two sets Nature and Devine
  3. *
  4. * - Nature's words: "all", "nature", "is", "but", "art", "unknown", "to", "thee"
  5. *
  6. * - Devine's words: "to", "err", "is", "human", "to", "forgive", "devine"
  7. *
  8. * Your challenge is print out the two sets and determine the union and the
  9. * intersection of the two sets
  10. *
  11. * PS:
  12. * See the image in the description folder for more details
  13. */

Challenge description:

Challenge description