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