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
@@ -141,6 +142,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
141
142
| 520 |[Detect Capital Use](https://leetcode.com/problems/detect-capital/)|[Java](./Java/detect-capital-use.java)|_O(n)_|_O(1)_| Easy |||
142
143
| 1221 |[Split a String in Balanced Strings](https://leetcode.com/problems/split-a-string-in-balanced-strings/)|[Python](./Python/split-a-string-in-balanced-strings.py)|_O(n)_|_O(1)_| Easy |||
143
144
| 1614 |[Maximum Nesting Depth of the Parentheses](https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/)|[Java](./Java/max-nesting-depth-parentheses.java)|_O(n)_|_O(1)_| Easy |||
145
+
| 1374 |[Generate a String With Characters That Have Odd Counts](https://leetcode.com/problems/generate-a-string-with-characters-that-have-odd-counts/)|[Java](./Java/generate-a-string-with-characters-that-have-odd-counts.java)|_O(n)_|_O(1)_| Easy |||
144
146
145
147
<br/>
146
148
<divalign="right">
@@ -430,6 +432,7 @@ DISCLAIMER: This above mentioned resources have affiliate links, which means if
430
432
|[Ilias Khan](https://github.com/IliasKhan) <br> <imgsrc="https://avatars3.githubusercontent.com/u/26863936?s=460&u=4501ffba5efd1a7b978416e8e434dff599c85384&v=4"width="100"height="100"> | India | C++ |[codechef](https://www.codechef.com/users/iliaskhan) <br> [Hackerrank](ckerrank.com/iliaskhan57) <br> [LeetCode](https://leetcode.com/ilias_khan/) <br> [codeforces](http://codeforces.com/profile/iliaskhan)|
431
433
|[Shamoyeeta Saha](https://github.com/Shamoyeeta) <br> <imgsrc="https://i.pinimg.com/236x/dc/ef/3a/dcef3abedf0e0761203aaeb85886a6f3--jedi-knight-open-source.jpg"width="100"height="100"> | India | C++ |[Hackerrank](https://www.hackerrank.com/sahashamoyeeta) <br> [Github](https://github.com/Shamoyeeta)|
432
434
|[James Y](https://github.com/jameszu) <br> <imgsrc="https://avatars0.githubusercontent.com/u/41566813?s=400&u=af77d15517566ea590a316030b4a6d402b0041b6&v=4"width="100"height="100"> | New Zealand | python |[Github](https://github.com/jameszu)|
435
+
|[Hamza B](https://github.com/9Hamza) <br> <imgsrc="https://avatars2.githubusercontent.com/u/56516922?s=400&u=2c1adeef0194a2859361d464f28783bfba698638&v=4"width="100"height="100"> | Saudi Arabia | Java |[Github](https://github.com/9Hamza)|
0 commit comments