Skip to content

Commit 2f9defb

Browse files
committed
Updating Readme.md
1 parent 0b834ac commit 2f9defb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
### July Challenge ###
5757
| Day | Problem Statement | Solution | Difficulty | Data Structure Used | Algorithm used | Time Complexity | Space Complexity | Additional Reading
5858
|---|---|---|---|---|---|---|---|---|
59-
| 4 | [Hamming Distance](leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3381/) | [Hamming Distance](https://github.com/shrinathjoshi/Leetcode-30-day-challenge/blob/master/July%20Challenge/com/leetcode/JulyChallenge/week1/HammingDistance.java) | Easy | Bit Manipulation | NA | O(1) | O(1) | https://www.techiedelight.com/brian-kernighans-algorithm-count-set-bits-integer/ |
59+
| 4 | [Hamming Distance](leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3381/) | [Hamming Distance](https://github.com/shrinathjoshi/Leetcode-30-day-challenge/blob/master/July%20Challenge/com/leetcode/JulyChallenge/week1/HammingDistance.java) | Easy | NA | Bit Manipulation | O(1) | O(1) | https://www.techiedelight.com/brian-kernighans-algorithm-count-set-bits-integer/ |
60+
| 5 | [Plus One](leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3381/) | [Plus One](https://github.com/shrinathjoshi/Leetcode-30-day-challenge/blob/master/July%20Challenge/com/leetcode/JulyChallenge/week1/PlusOne.java) | Easy | NA | NA | O(N) | O(1) | [Back To Back SWE](https://www.youtube.com/watch?v=vA0t42qwKO0) |
6061

6162
###Daily Coding Challenge ###
6263
| Day | Problem Statement | Solution | Difficulty | Data Structure Used | Algorithm used | Time Complexity | Space Complexity |

0 commit comments

Comments
 (0)