# | Problem | Solution | Tags | Difficulty | Basic Solution Idea |
---|---|---|---|---|---|
1 | Two Sum | Java C++ | Array, Hash Table |
Easy | 1. Hash O(n) and O(n) space. 2. Sort and search with two points O(n) and O(1) space. |
forked from umsh1ume/letsleet
-
Notifications
You must be signed in to change notification settings - Fork 0
akhil927/letsleet-1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Solutions to problems of leetcode in multiple programming languages
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 51.6%
- Java 48.4%