Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

IhorVodko/LeetCodeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

575 Commits

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. All solutions have optimal runtime complexity and most of them 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 solution'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 :)

AltStyle によって変換されたページ (->オリジナル) /