Skip to content

IhorVodko/LeetCodeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

Here you can find efficient solutions to LeetCode problems using modern readable and self-explained code. C++ is a main programming language used to solve the problems. Sometimes STL algorithms and/or data structures are not used for easy level problems for educational purposes. PostgreSQL dialect is used to solve database-related problems. Bash is used to solve shell-related problems. Most of the solutions beats 100% mark, based on runtime performance.

At each solution file could be found:
  • time complexity analysis
  • space comlexity analysis
  • runtime performance copmared to other solutions using the same language
  • link to a leetCode solution's submission
  • link to a leetCode sulution's post
  • link to a leetCode problem
Memory performance compared to other solutions is not indicated because this metric is not accurately measured by LeetCode, so refer to above-mentioned space comlexity analysis instead.

If this repository has been helpful please press a star :)

About

Efficient solutions to LeetCode problems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages