Skip to content

Commit 1c59334

Browse files
committed
Rename MinMaxIterative
1 parent 1902a0b commit 1c59334

8 files changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1169,22 +1169,22 @@ In order to achieve greater coverage and encourage more people to contribute to
11691169
<tr>
11701170
<td>Min and Max (Iterative)</td>
11711171
<td> <!-- C -->
1172-
<a href="./src/c/IterativeMinAndMax.c">
1172+
<a href="./src/c/MinMaxIterative.c">
11731173
<img align="center" height="25" src="./logos/c.svg" />
11741174
</a>
11751175
</td>
11761176
<td> <!-- C++ -->
1177-
<a href="./src/cpp/IterativeMinAndMax.cpp">
1177+
<a href="./src/cpp/MinMaxIterative.cpp">
11781178
<img align="center" height="25" src="./logos/cplusplus.svg" />
11791179
</a>
11801180
</td>
11811181
<td> <!-- Java -->
1182-
<a href="./src/java/IterativeMinMax.java">
1182+
<a href="./src/java/MinMaxIterative.java">
11831183
<img align="center" height="25" src="./logos/java.svg" />
11841184
</a>
11851185
</td>
11861186
<td> <!-- Python -->
1187-
<a href="./src/python/min_max_iterativo.py">
1187+
<a href="./src/python/min_max_iterative.py">
11881188
<img align="center" height="25" src="./logos/python.svg" />
11891189
</a>
11901190
</td>
@@ -1194,12 +1194,12 @@ In order to achieve greater coverage and encourage more people to contribute to
11941194
</a>
11951195
</td>
11961196
<td> <!-- Ruby -->
1197-
<a href="./src/ruby/min_max_iterativo.rb">
1197+
<a href="./src/ruby/min_max_iterative.rb">
11981198
<img align="center" height="25" src="./logos/ruby.svg" />
11991199
</a>
12001200
</td>
12011201
<td> <!-- JavaScript -->
1202-
<a href="./src/javascript/IterativeMinAndMax.js">
1202+
<a href="./src/javascript/MinMaxIterative.js">
12031203
<img align="center" height="25" src="./logos/javascript.svg" />
12041204
</a>
12051205
</td>
@@ -1209,7 +1209,7 @@ In order to achieve greater coverage and encourage more people to contribute to
12091209
</a>
12101210
</td>
12111211
<td> <!-- Rust -->
1212-
<a href="./src/rust/min_max_iterativo.rs">
1212+
<a href="./src/rust/min_max_iterative.rs">
12131213
<img align="center" height="25" src="./logos/rust.svg" />
12141214
</a>
12151215
</td>
File renamed without changes.
File renamed without changes.
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)