Skip to content

Commit 1902a0b

Browse files
committed
Rename MinMaxRecursive
1 parent 3f49e1b commit 1902a0b

8 files changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ In order to achieve greater coverage and encourage more people to contribute to
12271227
<tr>
12281228
<td><a href="https://www.geeksforgeeks.org/recursive-programs-to-find-minimum-and-maximum-elements-of-array/">Min and Max (Recursive)</a></td>
12291229
<td> <!-- C -->
1230-
<a href="./src/c/MaxMinRecursivo.c">
1230+
<a href="./src/c/MinMaxRecursive.c">
12311231
<img align="center" height="25" src="./logos/c.svg" />
12321232
</a>
12331233
</td>
@@ -1237,27 +1237,27 @@ In order to achieve greater coverage and encourage more people to contribute to
12371237
</a>
12381238
</td>
12391239
<td> <!-- Java -->
1240-
<a href="./src/java/RecursiveMinMax.java">
1240+
<a href="./src/java/MinMaxRecursive.java">
12411241
<img align="center" height="25" src="./logos/java.svg" />
12421242
</a>
12431243
</td>
12441244
<td> <!-- Python -->
1245-
<a href="./src/python/maximo_minimo_recursivo.py">
1245+
<a href="./src/python/min_max_recursive.py">
12461246
<img align="center" height="25" src="./logos/python.svg" />
12471247
</a>
12481248
</td>
12491249
<td> <!-- Go -->
1250-
<a href="./src/go/maximo_minimo.go">
1250+
<a href="./src/go/min_max_recursive.go">
12511251
<img align="center" height="25" src="./logos/golang.svg" />
12521252
</a>
12531253
</td>
12541254
<td> <!-- Ruby -->
1255-
<a href="./src/ruby/min_max_recursivo.rb">
1255+
<a href="./src/ruby/min_max_recursive.rb">
12561256
<img align="center" height="25" src="./logos/ruby.svg" />
12571257
</a>
12581258
</td>
12591259
<td> <!-- JavaScript -->
1260-
<a href="./src/javascript/RecursiveMinAndMax.js">
1260+
<a href="./src/javascript/MinMaxRecursive.js">
12611261
<img align="center" height="25" src="./logos/javascript.svg" />
12621262
</a>
12631263
</td>
@@ -1267,7 +1267,7 @@ In order to achieve greater coverage and encourage more people to contribute to
12671267
</a>
12681268
</td>
12691269
<td> <!-- Rust -->
1270-
<a href="./src/rust/min_max_recursivo.rs">
1270+
<a href="./src/rust/min_max_recursive.rs">
12711271
<img align="center" height="25" src="./logos/rust.svg" />
12721272
</a>
12731273
</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)