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 Oct 31, 2024
2 parents 9f0eb07 + 5d46017 commit 5b7822f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ Number of solutions: **86**
<th>Last commit</th>
<th>Contributors</th>
</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>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/csharp/Algorithm.sln">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/txt/README.md">txt</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/remove-element">remove element</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/remove-element/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="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/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>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/csharp">csharp</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
14 changes: 7 additions & 7 deletions docs/CompleteList.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Number of solutions: **86**
<th>Last commit</th>
<th>Contributors</th>
</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>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/csharp/Algorithm.sln">csharp</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/txt/README.md">txt</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/remove-element">remove element</a></td>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/remove-element/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="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/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>
<td><a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/txt/README.md">txt</a> - <a href="https://github.com/HamidMolareza/LeetCode/tree/master/Solutions/search-insert-position/csharp">csharp</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 5b7822f

Please sign in to comment.