Solving LeetCode - 001 - TwoSum example from a hiring manager

Опубликовано: 08 Февраль 2026
на канале: The Deliberate Engineer
1,877
56

LeetCode is a website commonly used to practice for the coding portion of software engineer interviews.

In this video, I - former hiring big-tech manager and principal engineer - Discuss whether this would be a good or typical interview problem, and walk through solving it once.

One thing I'm looking for here is feedback on whether I should make a bunch of these videos, and if there's other content you'd like in them.

TABLE OF CONTENTS
00:00 Introduction
01:29 Two Sum description
02:39 Reviewing the problem statement
03:55 First solution attempt
06:27 Test cases
07:05 Debugging
07:55 Successful run
08:26 Wrap-up