You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@
59
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
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)|
61
61
62
+
### August Challenge ###
63
+
| Day | Problem Statement | Solution | Difficulty | Data Structure Used | Algorithm used | Time Complexity | Space Complexity | Additional Reading
64
+
|---|---|---|---|---|---|---|---|---|
65
+
| 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/|
66
+
| 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)|
67
+
68
+
62
69
###Daily Coding Challenge ###
63
70
| Day | Problem Statement | Solution | Difficulty | Data Structure Used | Algorithm used | Time Complexity | Space Complexity |
0 commit comments