- Xcode 15.4
The solutions for questions 1a and 1b can be found within the Question 1.playground
file.
The response to question 1a is implemented in the getAllPossiblePaths()
function, while the answer to question 1b is provided by the getLeastNumberOfHops()
function. To view the results, simply execute the playground.
Open Question 2/Question 2.xcodeproj
and build the project with Xcode.
Tip
When using the plugin for the first time, be sure to trust and enable it when prompted. If a macros build warning exists, select it to trust and enable the macros as well.