Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HamidMolareza/LeetCode
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidMolareza committed Oct 31, 2024
2 parents 9c9891a + f16d950 commit 5d84f1e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ See the complete list in [this page](docs/CompleteList.md).

Number of problems solved: **45**

Number of solutions: **86**
Number of solutions: **87**

<table>
<tr>
Expand All @@ -45,6 +45,20 @@ Number of solutions: **86**
<th>Last commit</th>
<th>Contributors</th>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/same-tree">same tree</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/csharp">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/typescript">typescript</a></td>
<td>31-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="3 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="HamidMolareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/length-of-last-word">length of last word</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/csharp">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/typescript">typescript</a></td>
<td>31-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="5 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="HamidMolareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/search-insert-position">search insert position</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/README.md">Readme</a></td>
Expand Down Expand Up @@ -87,13 +101,6 @@ Number of solutions: **86**
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="2 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/length-of-last-word">length of last word</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/csharp">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/typescript">typescript</a></td>
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="4 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/longest-common-prefix">longest common prefix</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/longest-common-prefix/README.md">Readme</a></td>
Expand Down Expand Up @@ -157,13 +164,6 @@ Number of solutions: **86**
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="4 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/same-tree">same tree</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/typescript">typescript</a></td>
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="2 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/sqrtx">sqrtx</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/sqrtx/README.md">Readme</a></td>
Expand Down
30 changes: 15 additions & 15 deletions docs/CompleteList.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Go to [main page](../README.md).

Number of problems solved: **45**

Number of solutions: **86**
Number of solutions: **87**

<table>
<tr>
Expand All @@ -14,6 +14,20 @@ Number of solutions: **86**
<th>Last commit</th>
<th>Contributors</th>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/same-tree">same tree</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/csharp">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/typescript">typescript</a></td>
<td>31-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="3 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="HamidMolareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/length-of-last-word">length of last word</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/csharp">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/typescript">typescript</a></td>
<td>31-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="5 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="HamidMolareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/search-insert-position">search insert position</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/README.md">Readme</a></td>
Expand Down Expand Up @@ -56,13 +70,6 @@ Number of solutions: **86**
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="2 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/length-of-last-word">length of last word</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/csharp">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/length-of-last-word/typescript">typescript</a></td>
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="4 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/longest-common-prefix">longest common prefix</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/longest-common-prefix/README.md">Readme</a></td>
Expand Down Expand Up @@ -126,13 +133,6 @@ Number of solutions: **86**
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="4 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/same-tree">same tree</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/same-tree/typescript">typescript</a></td>
<td>30-10-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="2 commits"><img src="https://avatars.githubusercontent.com/u/35568753?v=4" alt="Hamid Molareza" style="border-radius:100%" width="32px" height="32px"></a></div></td>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/sqrtx">sqrtx</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/sqrtx/README.md">Readme</a></td>
Expand Down

0 comments on commit 5d84f1e

Please sign in to comment.