Skip to content

efedchen/leetCodeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

leetCodeSolutions

my solutions of leetCode problems

List of resolved exercices:

Easy:

  • 2sum - with unsorted array; O(n) complexity; took ~3ms
  • 2sum - with sorted array; O(n) complexity
  • Roman To Integer; O(n) complexity
  • Merge Two Sorted Lists; O(n) complexity

Medium:


  • 3Sum - works kinda well, but still needs to be tuned; O(n2) complexity; took ~51ms
  • Container with the most water; O(n) complexity

Hard:

  • ?

About

my solutions of leetCode problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages