Switch language한국어
Back to the list

The LeetCode Matrix: How I leveled up my coding skills

TL;DR AI

Key summary

2 min read
  1. The article says the author improved at LeetCode by explaining solutions aloud and then re-solving them from memory after a delay.

  2. This active recall routine helped them spot patterns faster, especially hash maps and two-pointer techniques used in problems like Two Sum and 3Sum.

  3. The method led to cleaner, faster solutions and better retention than simply memorizing answers.

Read the original