Tuesday, September 29, 2020

Competitive Programming

 In CP there are two types of topics - general techniques (like DP, greedy, brute force) and particular algorithms (like graph, math, data structures).

No comments:

Post a Comment

Integer caching in python

  Python (specifically the default CPython implementation) uses integer caching to optimize performance and memory usage by pre-allocating ...