AboutBlogResources

Competitive Advanced

Lesson 5 Introduction to dynamic programming

January 4, 2020

Daniel Chen, James Su, Austin Zeng

What states and memoization are, and how we apply this strategy to problem-solvinig.

Lesson 3 prefix sum arrays

January 2, 2019

Daniel Chen

Learn how to quickly do range sum queries.