Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 239 Bytes

plan.md

File metadata and controls

8 lines (7 loc) · 239 Bytes

Problem Solving Plan

  1. Verify Inputs/Problem
  2. Think about problem and form a verbal solution
  3. Write down a first version
  4. Verify results (try different inputs)
  5. Derive time complexity
  6. Explore alternative approaches (step 2)