# | Title | Solution | Time | Space | Difficulty |
---|---|---|---|---|---|
1 | Two Sum | C# | O(n) | O(n) | |
2 | Add Two Numbers | C# | O(max(n,n)) | O(max(n,n)) | |
3 | Longest Substring Without Repeating Characters | C# | O(n) | O(min(m, n)) | |
7 | Reverse Integer | C# | O(1) | O(1) | |
15 | 3Sum | C# | O(n^2) | O(1) |
-
Notifications
You must be signed in to change notification settings - Fork 0
LeetCode problems with solutions. More solutions you can find here https://github.com/kamyu104/LeetCode
GolovinskayaAlbina/LeetCode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published