Algorithms: Find the Symmetric Difference in Swift

Hey guys Leo here, Today we will start a series in this blog called: Algorithms, the Final Frontier. We’ll follow the interview prep series from the free code camp. The first challenge: Challenge Here The problem: Given two sets (for example set A = {1, 2, 3} and set B = {2, 3, 4}), the mathematical […]