During this week, I faced some difficulties when I tried to trace back
recursive function. I could trace simple recursive functions but when functions
are complicated, I found that I always made mistakes. Not only complicated
functions are difficult for me, but also those tricky functions. I often made
tiny mistakes when I traced back because I am a careless person so I think I
have to do a lot of practice to do well in this section. However, recursion is
so useful that I can use two to three lines to do something that I have to
write many lines to do so. With recursion, a lot of things are getting easier
although I sometimes make mistakes.
No comments:
Post a Comment