Skip to main content

7 docs tagged with "leetcode"

View all tags

Leetcode Toolbox: Surviving the Game

This section isn’t about data structures and algorithms — it’s about surviving the system. Tips and patterns to help you finish implementation before time runs out, even when your engineering instincts are working against you.

Why I Still Prefer Whiteboard Interviews

Whiteboard interviews aren't perfect — but they give hiring managers a chance to see how you actually think. Coding platforms, despite their data and automation, often miss the signal. This article explores why.

Write It Pseudo — Fix It Later

A mindset shift for coding interviews and problem solving: write your intent in pseudo-code first, keep your flow unbroken, and patch syntax later — turning missing API calls into momentum instead of roadblocks.