Skip to content

Commit 531f9de

Browse files
committed
Add Subsets Bit Manipulation to README.md
1 parent 454f006 commit 531f9de

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3608,6 +3608,64 @@ In order to achieve greater coverage and encourage more people to contribute to
36083608
</a>
36093609
</td>
36103610
</tr>
3611+
<tr>
3612+
<td>Subsets Bit Manipulation</td>
3613+
<td> <!-- C -->
3614+
<a href="./CONTRIBUTING.md">
3615+
<img align="center" height="25" src="./logos/github.svg" />
3616+
</a>
3617+
</td>
3618+
<td> <!-- C++ -->
3619+
<a href="./src/cpp/SubsetsBitManipulation.cpp">
3620+
<img align="center" height="25" src="./logos/cplusplus.svg" />
3621+
</a>
3622+
</td>
3623+
<td> <!-- Java -->
3624+
<a href="./CONTRIBUTING.md">
3625+
<img align="center" height="25" src="./logos/github.svg" />
3626+
</a>
3627+
</td>
3628+
<td> <!-- Python -->
3629+
<a href="./CONTRIBUTING.md">
3630+
<img align="center" height="25" src="./logos/github.svg" />
3631+
</a>
3632+
</td>
3633+
<td> <!-- Go -->
3634+
<a href="./CONTRIBUTING.md">
3635+
<img align="center" height="25" src="./logos/github.svg" />
3636+
</a>
3637+
</td>
3638+
<td> <!-- Ruby -->
3639+
<a href="./CONTRIBUTING.md">
3640+
<img align="center" height="25" src="./logos/github.svg" />
3641+
</a>
3642+
</td>
3643+
<td> <!-- JavaScript -->
3644+
<a href="./CONTRIBUTING.md">
3645+
<img align="center" height="25" src="./logos/github.svg" />
3646+
</a>
3647+
</td>
3648+
<td> <!-- Swift -->
3649+
<a href="./CONTRIBUTING.md">
3650+
<img align="center" height="25" src="./logos/github.svg" />
3651+
</a>
3652+
</td>
3653+
<td> <!-- Rust -->
3654+
<a href="./CONTRIBUTING.md">
3655+
<img align="center" height="25" src="./logos/github.svg" />
3656+
</a>
3657+
</td>
3658+
<td> <!-- Scala -->
3659+
<a href="./CONTRIBUTING.md">
3660+
<img align="center" height="25" src="./logos/github.svg" />
3661+
</a>
3662+
</td>
3663+
<td> <!-- Kotlin -->
3664+
<a href="./CONTRIBUTING.md">
3665+
<img align="center" height="25" src="./logos/github.svg" />
3666+
</a>
3667+
</td>
3668+
</tr>
36113669
<tr>
36123670
<td>Two-Sum Problem</td>
36133671
<td> <!-- C -->

0 commit comments

Comments
 (0)