项目作者: Adhouma
项目描述 :
Java Sets Symmetric & Asymmetric challenge
高级语言: Java
项目地址: git://github.com/Adhouma/Sets-Symmetric-And-Asymmetric-challenge.git
Sets-Symmetric-And-Asymmetric-challenge
/**
* Create two sets Nature and Devine
*
* - Nature's words: "all", "nature", "is", "but", "art", "unknown", "to", "thee"
*
* - Devine's words: "to", "err", "is", "human", "to", "forgive", "devine"
*
* Your challenge is print out the two sets and determine the union and the
* intersection of the two sets
*
* PS:
* See the image in the description folder for more details
*/
Challenge description:
