Skip to content

Commit a0a8826

Browse files
committed
Rename MaxRecursive
1 parent 1c59334 commit a0a8826

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1111,22 +1111,22 @@ In order to achieve greater coverage and encourage more people to contribute to
11111111
<tr>
11121112
<td><a href="https://www.geeksforgeeks.org/recursive-programs-to-find-minimum-and-maximum-elements-of-array/">Max (Recursive)</a></td>
11131113
<td> <!-- C -->
1114-
<a href="./src/c/MaxRecursivo.c">
1114+
<a href="./src/c/MaxRecursive.c">
11151115
<img align="center" height="25" src="./logos/c.svg" />
11161116
</a>
11171117
</td>
11181118
<td> <!-- C++ -->
1119-
<a href="./src/cpp/MaximumRecursive.cpp">
1119+
<a href="./src/cpp/MaxRecursive.cpp">
11201120
<img align="center" height="25" src="./logos/cplusplus.svg" />
11211121
</a>
11221122
</td>
11231123
<td> <!-- Java -->
1124-
<a href="./src/java/MaxMinArray.java">
1124+
<a href="./src/java/MaxRecursive.java">
11251125
<img align="center" height="25" src="./logos/java.svg" />
11261126
</a>
11271127
</td>
11281128
<td> <!-- Python -->
1129-
<a href="./src/python/maximo_recursivo.py">
1129+
<a href="./src/python/max_recursive.py">
11301130
<img align="center" height="25" src="./logos/python.svg" />
11311131
</a>
11321132
</td>
@@ -1136,7 +1136,7 @@ In order to achieve greater coverage and encourage more people to contribute to
11361136
</a>
11371137
</td>
11381138
<td> <!-- Ruby -->
1139-
<a href="./src/ruby/max_recursivo.rb">
1139+
<a href="./src/ruby/max_recursive.rb">
11401140
<img align="center" height="25" src="./logos/ruby.svg" />
11411141
</a>
11421142
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)