Please read the new rule regarding the restriction on the use of AI tools. ×

Defer_AI's blog

By Defer_AI, history, 5 years ago, In English

I have been working very hard but I can't progress in programming contests. I have taken multi-variable calculus and also am an ACM chapter leader but I want to make usaco platinum this december. Please give me tips on how to improve my skills.

For reference I am currently in usaco bronze.

  • Vote: I like it
  • -20
  • Vote: I do not like it

| Write comment?
»
5 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Solve a lot of problems to get started

  • »
    »
    5 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    what are some good techniques to learn first

    • »
      »
      »
      5 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Probably graph algorithms like dfs and bfs if you're in bronze

    • »
      »
      »
      5 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Start from HackerRank. It has some easy problems with editorials. If it seems simple try to solve Codeforces Div. 2 A problems.(Bronze problems don't require special techniques, mostly they are solved with bruteforce)