Skip to content

GolovinskayaAlbina/LeetCode

Repository files navigation

LeetCode Language

Leetcode

# Title Solution Time Space Difficulty
1 Two Sum C# O(n) O(n) Difficulty
2 Add Two Numbers C# O(max(n,n)) O(max(n,n)) Difficulty
3 Longest Substring Without Repeating Characters C# O(n) O(min(m, n)) Difficulty
7 Reverse Integer C# O(1) O(1) Difficulty
15 3Sum C# O(n^2) O(1) Difficulty

About

LeetCode problems with solutions. More solutions you can find here https://github.com/kamyu104/LeetCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages