Hi,
I have a question regarding ways to study for APCSA.
I'm currently taking AP Computer Science at my school in the US.
I actually quit taking it last year because the content was kind of overwhelming.
I'm trying again this year, with your 강의s, hoping for the best.
So what do you think is the most effective way to study for APCSA?
Is it to understand all the concepts, practice a variety of coding problems, or repeating something you already coded (반복)?
Thank you!
================================
this is an interesting question.
IMO, the best way to study any kind of coding is to develop your own 'style'. So at first focus on getting more familiar with the essential tools (control structures, iteration, methods, etc) but as you get more comfortable with the language try to solve more problems. Don't be afraid of being different from a given solution, rather think about why your solution is different and in what ways it can be improved, with regards to efficiency and clarity. Repeating problems can be good, but only after a suitable amount of time passes and you forget your prior solution. It is often a way to measure your progress to see how your new solution is better than the prior one.
Above all, find a way to enjoy coding. As with many subjects, if you enjoy what you do there's no way to stop you from getting better :)
May the force be with your compiler!
Jason.