USACO Silver

Hello,

I currently am in USACO Silver(I passed the Bronze contest) and I am preparing to pass the Silver contest, but I feel like I’m stuck in a rut, and every problem that I attempt I chicken out of and I just tell myself that you’ll do this later try a different one. Does anyone have any recommendations as to what I should do?

Thank you in advance.

Just…try doing it? Start slow, maybe do a mock contest where you set your own time limit and do a past contest. After that, you can try doing some other contests such as the ones on CodeForces.

Thank you for your reply, I will try that.

There are two possible reasons you may be ‘chickening out’ as you put it:

  1. You subconsciously do not want to put in the hours of work it (could) take to solve a problem.
    To solve this, you will simply have to put in the work and do the problem.
  2. You are not completely at the level of silver but are good enough to pass bronze.
    I think it is more of this than the previous reason. To solve this, you should start doing some harder Bronze problems, and work your way up to silver problems. Bronze problems from the years 2012 to 2015 are generally a bit harder than today’s bronze problems, and US Open problems are hard as well.

Silver is also the level when basic algorithms such as DFS start to come into play. It will be hard to progress unless you start to learn these algorithms. The USACO guide has started become a reliable source for me, and for the silver level should contain almost all topics you should need. It also provides references to problems.

Thank you for your reply, I will try to work my way up as you said.