Skip to content

Commit 4db4b9d

Browse files
authored
Update README.md
1 parent 31e8221 commit 4db4b9d

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

README.md

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -3609,25 +3609,25 @@ In order to achieve greater coverage and encourage more people to contribute to
36093609
</td>
36103610
</tr>
36113611
<tr>
3612-
<td>Subsets Bit Manipulation</td>
3612+
<td>Two-Sum Problem</td>
36133613
<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" />
36163616
</a>
36173617
</td>
36183618
<td> <!-- C++ -->
3619-
<a href="./src/cpp/SubsetsBitManipulation.cpp">
3619+
<a href="./src/cpp/TwoSum.cpp">
36203620
<img align="center" height="25" src="./logos/cplusplus.svg" />
36213621
</a>
36223622
</td>
36233623
<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" />
36263626
</a>
36273627
</td>
36283628
<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" />
36313631
</a>
36323632
</td>
36333633
<td> <!-- Go -->
@@ -3651,8 +3651,8 @@ In order to achieve greater coverage and encourage more people to contribute to
36513651
</a>
36523652
</td>
36533653
<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" />
36563656
</a>
36573657
</td>
36583658
<td> <!-- Scala -->
@@ -3667,24 +3667,24 @@ In order to achieve greater coverage and encourage more people to contribute to
36673667
</td>
36683668
</tr>
36693669
<tr>
3670-
<td>Two-Sum Problem</td>
3670+
<td><a href="https://en.wikipedia.org/wiki/Palindrome">Palindrome</a></td>
36713671
<td> <!-- C -->
3672-
<a href="./src/c/TwoSum.c">
3672+
<a href="./src/c/Palindrome.c">
36733673
<img align="center" height="25" src="./logos/c.svg" />
36743674
</a>
36753675
</td>
36763676
<td> <!-- C++ -->
3677-
<a href="./src/cpp/TwoSum.cpp">
3677+
<a href="./src/cpp/Palindrome.cpp">
36783678
<img align="center" height="25" src="./logos/cplusplus.svg" />
36793679
</a>
36803680
</td>
36813681
<td> <!-- Java -->
3682-
<a href="./src/java/AddTwoNumbers.java">
3682+
<a href="./src/java/Palindrome.java">
36833683
<img align="center" height="25" src="./logos/java.svg" />
36843684
</a>
36853685
</td>
36863686
<td> <!-- Python -->
3687-
<a href="./src/python/soma_dois_numeros.py">
3687+
<a href="./src/python/palindromo.py">
36883688
<img align="center" height="25" src="./logos/python.svg" />
36893689
</a>
36903690
</td>
@@ -3694,22 +3694,22 @@ In order to achieve greater coverage and encourage more people to contribute to
36943694
</a>
36953695
</td>
36963696
<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" />
36993699
</a>
37003700
</td>
37013701
<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" />
37043704
</a>
37053705
</td>
37063706
<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" />
37093709
</a>
37103710
</td>
37113711
<td> <!-- Rust -->
3712-
<a href="./src/rust/soma_dois_numeros.rs">
3712+
<a href="./src/rust/palindromo.rs">
37133713
<img align="center" height="25" src="./logos/rust.svg" />
37143714
</a>
37153715
</td>
@@ -3725,50 +3725,50 @@ In order to achieve greater coverage and encourage more people to contribute to
37253725
</td>
37263726
</tr>
37273727
<tr>
3728-
<td><a href="https://en.wikipedia.org/wiki/Palindrome">Palindrome</a></td>
3728+
<td>Isogram</td>
37293729
<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" />
37323732
</a>
37333733
</td>
37343734
<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" />
37373737
</a>
37383738
</td>
37393739
<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" />
37423742
</a>
37433743
</td>
37443744
<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" />
37473747
</a>
37483748
</td>
37493749
<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" />
37523752
</a>
37533753
</td>
37543754
<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" />
37573757
</a>
37583758
</td>
37593759
<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" />
37623762
</a>
37633763
</td>
37643764
<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" />
37673767
</a>
37683768
</td>
37693769
<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" />
37723772
</a>
37733773
</td>
37743774
<td> <!-- Scala -->
@@ -3957,15 +3957,15 @@ In order to achieve greater coverage and encourage more people to contribute to
39573957
</td>
39583958
</tr>
39593959
<tr>
3960-
<td>Isogram</td>
3960+
<td>Find Distinct Subsets</td>
39613961
<td> <!-- C -->
39623962
<a href="./CONTRIBUTING.md">
39633963
<img align="center" height="25" src="./logos/github.svg" />
39643964
</a>
39653965
</td>
39663966
<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" />
39693969
</a>
39703970
</td>
39713971
<td> <!-- Java -->
@@ -3979,8 +3979,8 @@ In order to achieve greater coverage and encourage more people to contribute to
39793979
</a>
39803980
</td>
39813981
<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" />
39843984
</a>
39853985
</td>
39863986
<td> <!-- Ruby -->

0 commit comments

Comments
 (0)