Skip to content

bethanybin/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

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

About

daily (hopefully) practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages