Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 513 Bytes

File metadata and controls

27 lines (17 loc) · 513 Bytes

Source: <platform — link or ID> Difficulty: <Easy / Medium / Hard> Tags: <e.g. array, hashmap>

Problem

<A short restatement in your own words. Inputs, outputs, what's being asked.>

Input:  ...
Output: ...

Approach

<The intuition, then the steps. If you started with brute force, say what was wrong with it.>

Complexity

  • Time: O(...)
  • Space: O(...)

Notes

<Edge cases, related patterns, anything worth remembering. Skip if there's nothing useful.>