File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3621,12 +3621,12 @@ In order to achieve greater coverage and encourage more people to contribute to
3621
3621
</a>
3622
3622
</td>
3623
3623
<td> <!-- Java -->
3624
- <a href="./src/java/AddTwoNumbers .java">
3624
+ <a href="./src/java/TwoSum .java">
3625
3625
<img align="center" height="25" src="./logos/java.svg" />
3626
3626
</a>
3627
3627
</td>
3628
3628
<td> <!-- Python -->
3629
- <a href="./src/python/soma_dois_numeros .py">
3629
+ <a href="./src/python/two_sum .py">
3630
3630
<img align="center" height="25" src="./logos/python.svg" />
3631
3631
</a>
3632
3632
</td>
@@ -3651,7 +3651,7 @@ 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="./src/rust/soma_dois_numeros .rs">
3654
+ <a href="./src/rust/two_sum .rs">
3655
3655
<img align="center" height="25" src="./logos/rust.svg" />
3656
3656
</a>
3657
3657
</td>
Original file line number Diff line number Diff line change 3
3
import java .util .List ;
4
4
5
5
// Utilized OpenJDK 17.0.3
6
- public class AddTwoNumbers {
6
+ public class TwoSum {
7
7
/**
8
8
* This program takes a list of numbers and checks if there are two numbers whose sum is equal to
9
9
* the expected value.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments