Good for whiteboarding

952. Largest Component Size by Common Factor

  • First attempt missed 1 corner case
  • Python is too slow for this problem

902. Numbers At Most N Given Digit Set

  • First attempt missed 1 corner case
  • Multiple solutions

Ways to Split Array Into Three Subarrays

  • 2 WAs

Replace the Substring for Balanced String

  • First attempt WA

Maximum Profit in Job Scheduling

  • Took me too long