Skip to content

mu-hun/leetcode_study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Study

Let's get relocated!

Relocation offer를 받기 위한 엔지니어들의 몸부림입니다.

Brief

이 repository를 fork하셔서 naming convention을 맞춰주시고 PR올려주세요.

Naming convention

/root
|- level //{easy/medium/hard}
    |- {problem_number}_{problem_name}
        |- {github_name}_{problem_name}

Commit rule

{problem_number}_{problem_name}

Time Complexity: BigO(x), Space Complexity: BigO(x)

Runtime, Memory usage from submit results.

example)

1_Two_sum

Time Complexity: O(n), Space Complexity: O(n)

Runtime: 56 ms, faster than 81.13% of JavaScript online submissions for Two Sum.
Memory Usage: 35.7 MB, less than 16.53% of JavaScript online submissions for Two Sum.

Link

About

Let's get relocated!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 52.1%
  • JavaScript 47.9%