@@ -3609,25 +3609,25 @@ In order to achieve greater coverage and encourage more people to contribute to
3609
3609
</td>
3610
3610
</tr>
3611
3611
<tr>
3612
- <td>Subsets Bit Manipulation </td>
3612
+ <td>Two-Sum Problem </td>
3613
3613
<td> <!-- C -->
3614
- <a href="./CONTRIBUTING.md ">
3615
- <img align="center" height="25" src="./logos/github .svg" />
3614
+ <a href="./src/c/TwoSum.c ">
3615
+ <img align="center" height="25" src="./logos/c .svg" />
3616
3616
</a>
3617
3617
</td>
3618
3618
<td> <!-- C++ -->
3619
- <a href="./src/cpp/SubsetsBitManipulation .cpp">
3619
+ <a href="./src/cpp/TwoSum .cpp">
3620
3620
<img align="center" height="25" src="./logos/cplusplus.svg" />
3621
3621
</a>
3622
3622
</td>
3623
3623
<td> <!-- Java -->
3624
- <a href="./CONTRIBUTING.md ">
3625
- <img align="center" height="25" src="./logos/github .svg" />
3624
+ <a href="./src/java/AddTwoNumbers.java ">
3625
+ <img align="center" height="25" src="./logos/java .svg" />
3626
3626
</a>
3627
3627
</td>
3628
3628
<td> <!-- Python -->
3629
- <a href="./CONTRIBUTING.md ">
3630
- <img align="center" height="25" src="./logos/github .svg" />
3629
+ <a href="./src/python/soma_dois_numeros.py ">
3630
+ <img align="center" height="25" src="./logos/python .svg" />
3631
3631
</a>
3632
3632
</td>
3633
3633
<td> <!-- Go -->
@@ -3651,8 +3651,8 @@ In order to achieve greater coverage and encourage more people to contribute to
3651
3651
</a>
3652
3652
</td>
3653
3653
<td> <!-- Rust -->
3654
- <a href="./CONTRIBUTING.md ">
3655
- <img align="center" height="25" src="./logos/github .svg" />
3654
+ <a href="./src/rust/soma_dois_numeros.rs ">
3655
+ <img align="center" height="25" src="./logos/rust .svg" />
3656
3656
</a>
3657
3657
</td>
3658
3658
<td> <!-- Scala -->
@@ -3667,24 +3667,24 @@ In order to achieve greater coverage and encourage more people to contribute to
3667
3667
</td>
3668
3668
</tr>
3669
3669
<tr>
3670
- <td>Two-Sum Problem </td>
3670
+ <td><a href="https://en.wikipedia.org/wiki/Palindrome">Palindrome</a> </td>
3671
3671
<td> <!-- C -->
3672
- <a href="./src/c/TwoSum .c">
3672
+ <a href="./src/c/Palindrome .c">
3673
3673
<img align="center" height="25" src="./logos/c.svg" />
3674
3674
</a>
3675
3675
</td>
3676
3676
<td> <!-- C++ -->
3677
- <a href="./src/cpp/TwoSum .cpp">
3677
+ <a href="./src/cpp/Palindrome .cpp">
3678
3678
<img align="center" height="25" src="./logos/cplusplus.svg" />
3679
3679
</a>
3680
3680
</td>
3681
3681
<td> <!-- Java -->
3682
- <a href="./src/java/AddTwoNumbers .java">
3682
+ <a href="./src/java/Palindrome .java">
3683
3683
<img align="center" height="25" src="./logos/java.svg" />
3684
3684
</a>
3685
3685
</td>
3686
3686
<td> <!-- Python -->
3687
- <a href="./src/python/soma_dois_numeros .py">
3687
+ <a href="./src/python/palindromo .py">
3688
3688
<img align="center" height="25" src="./logos/python.svg" />
3689
3689
</a>
3690
3690
</td>
@@ -3694,22 +3694,22 @@ In order to achieve greater coverage and encourage more people to contribute to
3694
3694
</a>
3695
3695
</td>
3696
3696
<td> <!-- Ruby -->
3697
- <a href="./CONTRIBUTING.md ">
3698
- <img align="center" height="25" src="./logos/github .svg" />
3697
+ <a href="./src/ruby/palindromo.rb ">
3698
+ <img align="center" height="25" src="./logos/ruby .svg" />
3699
3699
</a>
3700
3700
</td>
3701
3701
<td> <!-- JavaScript -->
3702
- <a href="./CONTRIBUTING.md ">
3703
- <img align="center" height="25" src="./logos/github .svg" />
3702
+ <a href="./src/javascript/Palindrome.js ">
3703
+ <img align="center" height="25" src="./logos/javascript .svg" />
3704
3704
</a>
3705
3705
</td>
3706
3706
<td> <!-- Swift -->
3707
- <a href="./CONTRIBUTING.md ">
3708
- <img align="center" height="25" src="./logos/github .svg" />
3707
+ <a href="./src/swift/palindrome.swift ">
3708
+ <img align="center" height="25" src="./logos/swift .svg" />
3709
3709
</a>
3710
3710
</td>
3711
3711
<td> <!-- Rust -->
3712
- <a href="./src/rust/soma_dois_numeros .rs">
3712
+ <a href="./src/rust/palindromo .rs">
3713
3713
<img align="center" height="25" src="./logos/rust.svg" />
3714
3714
</a>
3715
3715
</td>
@@ -3725,50 +3725,50 @@ In order to achieve greater coverage and encourage more people to contribute to
3725
3725
</td>
3726
3726
</tr>
3727
3727
<tr>
3728
- <td><a href="https://en.wikipedia.org/wiki/Palindrome">Palindrome</a> </td>
3728
+ <td>Isogram </td>
3729
3729
<td> <!-- C -->
3730
- <a href="./src/c/Palindrome.c ">
3731
- <img align="center" height="25" src="./logos/c .svg" />
3730
+ <a href="./CONTRIBUTING.md ">
3731
+ <img align="center" height="25" src="./logos/github .svg" />
3732
3732
</a>
3733
3733
</td>
3734
3734
<td> <!-- C++ -->
3735
- <a href="./src/cpp/Palindrome.cpp ">
3736
- <img align="center" height="25" src="./logos/cplusplus .svg" />
3735
+ <a href="./CONTRIBUTING.md ">
3736
+ <img align="center" height="25" src="./logos/github .svg" />
3737
3737
</a>
3738
3738
</td>
3739
3739
<td> <!-- Java -->
3740
- <a href="./src/java/Palindrome.java ">
3741
- <img align="center" height="25" src="./logos/java .svg" />
3740
+ <a href="./CONTRIBUTING.md ">
3741
+ <img align="center" height="25" src="./logos/github .svg" />
3742
3742
</a>
3743
3743
</td>
3744
3744
<td> <!-- Python -->
3745
- <a href="./src/python/palindromo.py ">
3746
- <img align="center" height="25" src="./logos/python .svg" />
3745
+ <a href="./CONTRIBUTING.md ">
3746
+ <img align="center" height="25" src="./logos/github .svg" />
3747
3747
</a>
3748
3748
</td>
3749
3749
<td> <!-- Go -->
3750
- <a href="./CONTRIBUTING.md ">
3751
- <img align="center" height="25" src="./logos/github .svg" />
3750
+ <a href="./src/go/isogram.go ">
3751
+ <img align="center" height="25" src="./logos/golang .svg" />
3752
3752
</a>
3753
3753
</td>
3754
3754
<td> <!-- Ruby -->
3755
- <a href="./src/ruby/palindromo.rb ">
3756
- <img align="center" height="25" src="./logos/ruby .svg" />
3755
+ <a href="./CONTRIBUTING.md ">
3756
+ <img align="center" height="25" src="./logos/github .svg" />
3757
3757
</a>
3758
3758
</td>
3759
3759
<td> <!-- JavaScript -->
3760
- <a href="./src/javascript/Palindrome.js ">
3761
- <img align="center" height="25" src="./logos/javascript .svg" />
3760
+ <a href="./CONTRIBUTING.md ">
3761
+ <img align="center" height="25" src="./logos/github .svg" />
3762
3762
</a>
3763
3763
</td>
3764
3764
<td> <!-- Swift -->
3765
- <a href="./src/swift/palindrome.swift ">
3766
- <img align="center" height="25" src="./logos/swift .svg" />
3765
+ <a href="./CONTRIBUTING.md ">
3766
+ <img align="center" height="25" src="./logos/github .svg" />
3767
3767
</a>
3768
3768
</td>
3769
3769
<td> <!-- Rust -->
3770
- <a href="./src/rust/palindromo.rs ">
3771
- <img align="center" height="25" src="./logos/rust .svg" />
3770
+ <a href="./CONTRIBUTING.md ">
3771
+ <img align="center" height="25" src="./logos/github .svg" />
3772
3772
</a>
3773
3773
</td>
3774
3774
<td> <!-- Scala -->
@@ -3957,15 +3957,15 @@ In order to achieve greater coverage and encourage more people to contribute to
3957
3957
</td>
3958
3958
</tr>
3959
3959
<tr>
3960
- <td>Isogram </td>
3960
+ <td>Find Distinct Subsets </td>
3961
3961
<td> <!-- C -->
3962
3962
<a href="./CONTRIBUTING.md">
3963
3963
<img align="center" height="25" src="./logos/github.svg" />
3964
3964
</a>
3965
3965
</td>
3966
3966
<td> <!-- C++ -->
3967
- <a href="./CONTRIBUTING.md ">
3968
- <img align="center" height="25" src="./logos/github .svg" />
3967
+ <a href="./src/cpp/SubsetsBitManipulation.cpp ">
3968
+ <img align="center" height="25" src="./logos/cplusplus .svg" />
3969
3969
</a>
3970
3970
</td>
3971
3971
<td> <!-- Java -->
@@ -3979,8 +3979,8 @@ In order to achieve greater coverage and encourage more people to contribute to
3979
3979
</a>
3980
3980
</td>
3981
3981
<td> <!-- Go -->
3982
- <a href="./src/go/isogram.go ">
3983
- <img align="center" height="25" src="./logos/golang .svg" />
3982
+ <a href="./CONTRIBUTING.md ">
3983
+ <img align="center" height="25" src="./logos/github .svg" />
3984
3984
</a>
3985
3985
</td>
3986
3986
<td> <!-- Ruby -->
0 commit comments