Recursion
This is probably one of the more confusing topics I've had to tackle. Though the concept was easy; call the same function within the function, it was difficult in practice. Even after looking through numerous examples I had a hard time figuring it all out. Though tracing it wasn't all that difficult, which we did repeatedly, it was hard to imagine coming up with a recursive example on my own and how I might go about implementing it. In addition to the recursive material presented in class, it took several youtube videos for me to have a firm grasp on the subject. I feel somewhat comfortable with the topic, but still feel as if though I might run into trouble when trying to implement these functions.