Fatima's blog

By Fatima, history, 3 months ago, In English

I know basic combinatorics and want to get better at applying it in CP—especially in problems with constraints, DP, or number theory. I’m trying to figure out how to analyze a combinatorics problem. Any tips or practice strategies for improving this skill?

  • Vote: I like it
  • +13
  • Vote: I do not like it

»
3 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Precompute nCr with factorial + mod inverse Stars and Bars Inclusion–Exclusion

»
3 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Fatima (previous revision, new revision, compare).

»
3 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Solve AoPS questions

»
3 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

alcumus can teach you basics, then i would just do problems tagged combinatorics + dp, you should also know PIE