Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 4.81 KB

File metadata and controls

80 lines (63 loc) · 4.81 KB

LeetCode

One LeetCode problem per day!

Format of each Entry

<Problem Number> <Problem Title> - <Problem Difficulty>

<Initial thoughts> (Notes on your high level approach)

<Implementation> (Copy and paste your implementation here)

<Afterthoughts> (Reflections on your approach, challenges, and possible improvements)

<Results> (Copy and paste the runtime statistics for the problem from LeetCode)

80-character limit per line!

Example:
// 1337. Generic LeetCode Problem - EZPZ

// Initial thoughts: 
// One plus one is two.

// Implementation:

class Solution {
  public int onePlusOne() {
    return 2;
  }
}

// Afterthoughts:
// Maybe I could return (1 + 1) instead of 2

// Results:
// Runtime: 1337 ms, faster than 13.37% of Java online submissions for Generic LeetCode Problem.
// Memory Usage: 4.20 kB, less than 69.69% of Java online submissions for Generic LeetCode Problem.

Schedule

https://www.teamblind.com/article/New-Year-Gift---Curated-List-of-Top-100-LeetCode-Questions-to-Save-Your-Time-OaM1orEU