Skip to content

Commit 8450b9a

Browse files
Update README.md
1 parent 9c54178 commit 8450b9a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@
6262
### August Challenge ###
6363
| Day | Problem Statement | Solution | Difficulty | Data Structure Used | Algorithm used | Time Complexity | Space Complexity | Additional Reading
6464
|---|---|---|---|---|---|---|---|---|
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) |
65+
| 1 | [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+
| 2 | [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+
| 3 | [Valid Palindrome](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge/549/week-1-august-1st-august-7th/3411/) | [Plus One](https://github.com/shrinathjoshi/Leetcode-30-day-challenge/blob/master/August%20Challenge/com/leetcode/AugustChallenge/week1/ValidPalindrome.java) | Easy | NA | NA | O(N) | O(1) | |
68+
| 4 | [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) |
6769

6870

69-
###Daily Coding Challenge ###
71+
### Daily Coding Challenge ###
7072
| Day | Problem Statement | Solution | Difficulty | Data Structure Used | Algorithm used | Time Complexity | Space Complexity |
7173
|---|---|---|---|---|---|---|---|
7274
| 1 | [442. Find All Duplicates in an Array](https://leetcode.com/problems/find-all-duplicates-in-an-array/) | [Java](https://github.com/shrinathjoshi/Leetcode-30-day-challenge/blob/master/Daily%20Coding%20Challenge/FindAllDuplicatesInAnArray.java) | Medium | NA | NA | O(n) |O(1) |

0 commit comments

Comments
 (0)