◆codelex
Getting Started
Problem Sets
Data Structures
Algorithms
Prerequisites
Miscellaneous
Read
K

How to Master Problem-Solving: Quality Over Quantity

How to Master Problem-Solving: Quality Over Quantity

Learn why focusing on deep problem analysis and understanding patterns can be more effective than grinding through hundreds of problems.

Jan 2, 2025

DI

Are memoization and tabulation the same since both prevent TLE?

Are memoization and tabulation the same since both prevent TLE?

Understanding the differences between Memoization and Tabulation in Dynamic Programming and their specific use cases for efficient problem-solving.

Dec 26, 2024

DI

How to Improve in LeetCode Contests and Boost Your Rating

How to Improve in LeetCode Contests and Boost Your Rating

A comprehensive guide to excelling in coding contests - focusing on understanding, strategy, and growth rather than just chasing a rating.

Dec 25, 2024

DI

How to Handle Struggles with New Problems (Even After Solving Hundreds)

How to Handle Struggles with New Problems (Even After Solving Hundreds)

Struggling with a new problem even after solving hundreds is completely normal. Here's what I've learned about pattern recognition, perseverance, and realistic expectations.

Dec 24, 2024

DI

How to Effectively Approach a New Leetcode Problem

How to Effectively Approach a New Leetcode Problem

My personal guide on tackling a new problem effectively - from reading the problem to analyzing solutions. Here's what I've learned from grinding hundreds of problems.

Dec 23, 2024

DI