Useful Insights for Problems upto 1900.

Revision en1, by KFPanda, 2023-12-05 09:40:04

We can think of what separates a better competitive programmer from the rest as — (among other things) one, having the ability to see a pattern and place it in a container of similar problems done before that all used a similar idea. Harder problems make it difficult to determine which container to place it in, if at all any! This can be abstracted away as instead of accessing the main memory for ideas everytime, they store certain ideas in a cache. The better you become, the closer your cache gets to your CPU and the larger the repository of ideas inside it,

In an effort to become a good CPer myself, I decided to jot down some ideas along the lines of if I see $$$x$$$, think of $$$y$$$ that I observed doing problems. Hopefully they help other people in the community as well.

  1. Whenever you want to calculate / optimise a function of type $$$f(GCD(x, n))$$$

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English KFPanda 2023-12-05 10:36:17 4
en2 English KFPanda 2023-12-05 10:20:48 2809 updated (published)
en1 English KFPanda 2023-12-05 09:40:04 917 Initial revision (saved to drafts)