Set 30 - Binary Search LC #74

Use Practice Loop if you need a reset.

Problems

ProblemDifficultyPatternVideo
LC 74. Search a 2D MatrixMedium2D → 1DVideo
Start MNIST CNN in PyTorch (dataset + model skeleton)

Deliverables

  • Write a 1-line invariant for each problem.
  • Note 1 edge case or pitfall per problem.
  • Record time-to-first-correct solution.

Notes

  • LC 74: treat matrix as 1D; binary search.

Review

  • Time spent + where you got stuck?
  • Biggest mistake or missed edge case?
  • One concrete improvement for next time.

Comments

Share your approach or ask questions

0 comments
?
|
Markdown supported
Sign in to post

Loading comments...