Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 616 Bytes

template.md

File metadata and controls

35 lines (22 loc) · 616 Bytes

Day [X]: First Part

Problem Description

(Summarize the problem in 1-2 sentences.)


Solution

  • Approach: (Briefly describe the main idea of the solution.)
  • Time Complexity: O(...)
  • Space Complexity: O(...)

Notes

(Any observations, challenges, or optimizations.)

Day [X]: Second Part

Problem Description

(Summarize the problem in 1-2 sentences.)


Solution

  • Approach: (Briefly describe the main idea of the solution.)
  • Time Complexity: O(...)
  • Space Complexity: O(...)

Notes

(Any observations, challenges, or optimizations.)