File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# fishercoderLeetcode
2
- | # | Title | Solutions
3
- |-----|----------------|-----------------
4
- |8|[ String to Integer (atoi)] ( https://leetcode.com/problems/string-to-integer-atoi/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/StringToInteger.java )
2
+ | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
3
+ |-----|----------------|------------------|-------|--------|------------|-----|------
4
+ |8|[ String to Integer (atoi)] ( https://leetcode.com/problems/string-to-integer-atoi/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/StringToInteger.java ) | O(n)/O(n^2)|O(1)/O(n) | Easy| HashMap
5
5
|7|[ Reverse Integer] ( https://leetcode.com/problems/reverse-integer/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/ReverseInteger.java )
6
6
|2|[ Add Two Numbers] ( https://leetcode.com/problems/add-two-numbers/ ) |[ Solution] ( ../../blob/master/MEDIUM/src/medium/AddTwoNumbers.java )
7
7
|1|[ Two Sum] ( https://leetcode.com/problems/two-sum/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/TwoSum.java )
You can’t perform that action at this time.
0 commit comments