Track · LeetCode

Interview prep. Communicate the trade-offs, not just the answer.

Walkthroughs that explain the thinking, not just the code. New problems every Tuesday.

7 free courses · 1 paid course · updated weekly
All Arrays Conditionals Sieves Strings Trees Graphs DP Greedy Bit Manipulation System Design
All levels Easy Medium Hard

Courses

Multi-video · project-based
Free
Easy

3884. First Matching Character From Both Ends

We iterate from a full-string scan to a half-string walk by noticing the mirror-index symmetry between `s[i]` and `s[n …

1 videos ·
Free
Easy

3908. Valid Digit Number

We cast the number to a string to check for the digit while guarding against a leading match. The "cast-to-string for d…

1 videos ·

Want the LeetCode digest?

One email each Friday with the week's new LeetCode tutorials. Topic-tagged at signup.