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 Nov 2, 2024
2 parents a95a027 + 4cd2a07 commit da2277d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ can [send your solution](#contributing) (in any language).

See the complete list in [this page](docs/CompleteList.md).

Number of problems solved: **22**
Number of problems solved: **23**

Number of solutions: **54**
Number of solutions: **55**

<table>
<tr>
Expand All @@ -45,6 +45,13 @@ Number of solutions: **54**
<th>Last commit</th>
<th>Contributors</th>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/combine-two-tables">combine two tables</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/combine-two-tables/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/combine-two-tables/csharp-sql">csharp-sql</a></td>
<td>02-11-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="6 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/convert-sorted-array-to-binary-search-tree">convert sorted array to binary search tree</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/convert-sorted-array-to-binary-search-tree/README.md">Readme</a></td>
Expand Down
11 changes: 9 additions & 2 deletions docs/CompleteList.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Go to [main page](../README.md).

Number of problems solved: **22**
Number of problems solved: **23**

Number of solutions: **54**
Number of solutions: **55**

<table>
<tr>
Expand All @@ -14,6 +14,13 @@ Number of solutions: **54**
<th>Last commit</th>
<th>Contributors</th>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/combine-two-tables">combine two tables</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/combine-two-tables/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/combine-two-tables/csharp-sql">csharp-sql</a></td>
<td>02-11-2024</td>
<td><div style="display: flex; flex-direction: row; gap: 2px;"><a href="https://github.com/HamidMolareza/" title="6 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/convert-sorted-array-to-binary-search-tree">convert sorted array to binary search tree</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/convert-sorted-array-to-binary-search-tree/README.md">Readme</a></td>
Expand Down

0 comments on commit da2277d

Please sign in to comment.