From da4e52b877bf601bdf0b254d4bc05f9b7b66472f Mon Sep 17 00:00:00 2001 From: nchn27 <46332369+nchn27@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:32:01 -0400 Subject: [PATCH] Update Contest_Strategy.md --- content/2_General/Contest_Strategy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2_General/Contest_Strategy.md b/content/2_General/Contest_Strategy.md index ce4c15d..26c1301 100644 --- a/content/2_General/Contest_Strategy.md +++ b/content/2_General/Contest_Strategy.md @@ -33,7 +33,7 @@ If you can get points from partially solving a problem (e.g. in USACO), then it' ## Personal Commentaries ### Nathan Chen -At the Platinum level, I often skip P3 if I think it's too hard. Then I spend at least an hour thinking about the first two problems. I continue thinking for the rest of the contest window and I code them if I think I have the solution. I'm also the type to save partials for last, when time is running out and I still have nothing. +At the Platinum level, I first read everything and then I usually spend the first hour thinking about the easiest two problems (the hardest problem is usually VERY hard). I continue thinking for the rest of the contest window and I code them if I think I have the solution. I'm also the type to save partials for last, when time is running out and I still have nothing. ### Anther Person Somethign something