Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidMolareza committed Nov 3, 2024
2 parents b1979f6 + 686c330 commit a7258c9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
18 changes: 16 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: **28**
Number of problems solved: **30**

Number of solutions: **60**
Number of solutions: **62**

<table>
<tr>
Expand All @@ -45,6 +45,20 @@ Number of solutions: **60**
<th>Last commit</th>
<th>Contributors</th>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/find-customer-referee">find customer referee</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/find-customer-referee/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/find-customer-referee/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="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/employee-bonus">employee bonus</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/employee-bonus/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/employee-bonus/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="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/rising-temperature">rising temperature</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/rising-temperature/README.md">Readme</a></td>
Expand Down
18 changes: 16 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: **28**
Number of problems solved: **30**

Number of solutions: **60**
Number of solutions: **62**

<table>
<tr>
Expand All @@ -14,6 +14,20 @@ Number of solutions: **60**
<th>Last commit</th>
<th>Contributors</th>
</tr>
<tr>
<td><a href="https://leetcode.com/problems/find-customer-referee">find customer referee</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/find-customer-referee/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/find-customer-referee/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="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/employee-bonus">employee bonus</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/employee-bonus/README.md">Readme</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/employee-bonus/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="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/rising-temperature">rising temperature</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/rising-temperature/README.md">Readme</a></td>
Expand Down

0 comments on commit a7258c9

Please sign in to comment.