Skip to content

Commit 13e8482

Browse files
authored
Revert "Revert "Translated file names of Cpp files, updated README.md""
1 parent acad7b4 commit 13e8482

6 files changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar mais pessoas a co
710710
</a>
711711
</td>
712712
<td> <!-- C++ -->
713-
<a href="./src/cpp/Exponenciacao.cpp">
713+
<a href="./src/cpp/Exponentiation.cpp">
714714
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
715715
</a>
716716
</td>
@@ -768,7 +768,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar mais pessoas a co
768768
</a>
769769
</td>
770770
<td> <!-- C++ -->
771-
<a href="./src/cpp/ExpRecursiva.cpp">
771+
<a href="./src/cpp/ExponentiationRecursive.cpp">
772772
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
773773
</a>
774774
</td>
@@ -826,7 +826,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar mais pessoas a co
826826
</a>
827827
</td>
828828
<td> <!-- C++ -->
829-
<a href="./src/cpp/Fatorial.cpp">
829+
<a href="./src/cpp/Factorial.cpp">
830830
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
831831
</a>
832832
</td>
@@ -884,7 +884,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar mais pessoas a co
884884
</a>
885885
</td>
886886
<td> <!-- C++ -->
887-
<a href="./src/cpp/FatorialRecursiva.cpp">
887+
<a href="./src/cpp/FactorialRecursive.cpp">
888888
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
889889
</a>
890890
</td>
@@ -1058,7 +1058,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar mais pessoas a co
10581058
</a>
10591059
</td>
10601060
<td> <!-- C++ -->
1061-
<a href="./src/cpp/MinMaxIterativo.cpp">
1061+
<a href="./src/cpp/IterativeMinAndMax.cpp">
10621062
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
10631063
</a>
10641064
</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)