This is the starter code for the WordLadder workshop. This workshop is part of the Applied CS with Android course:
Check the website for detailed instructions on how to implement this activity.
Version 1.0
Applied CS Skills with Google activity, the objective of this activity was to understand how a circular linked list works by creating an app that lets the user select locations in a map and find possible paths in it.
This activity was very challenging, but also a lot of fun, the implementation of the closest node and smallest size methods was specially challenging (and the latter one might need some refinement) but it was a really nice experience
Circular linked list
-Improve the smallest size method
-Implement one of the suggested extensions