Skip to content

Commit 1330849

Browse files
authored
Merge pull request kelvins#179 from kelvins/revert-178-UpdateCppFileNames
Revert "Translated file names of Cpp files, updated README.md"
2 parents 2f4432f + e413b42 commit 1330849

7 files changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
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/Exponentiation.cpp">
713+
<a href="./src/cpp/Exponenciacao.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/ExponentiationRecursive.cpp">
771+
<a href="./src/cpp/ExpRecursiva.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/Factorial.cpp">
829+
<a href="./src/cpp/Fatorial.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/FactorialRecursive.cpp">
887+
<a href="./src/cpp/FatorialRecursiva.cpp">
888888
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
889889
</a>
890890
</td>
@@ -1000,7 +1000,7 @@ Com o objetivo de alcançar uma abrangência maior e encorajar mais pessoas a co
10001000
</a>
10011001
</td>
10021002
<td> <!-- C++ -->
1003-
<a href="./src/cpp/MaximumRecursive.cpp">
1003+
<a href="./src/cpp/MaximoRecursivo.cpp">
10041004
<img align="center" height="25" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/cplusplus/cplusplus-original.svg" />
10051005
</a>
10061006
</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/IterativeMinAndMax.cpp">
1061+
<a href="./src/cpp/MinMaxIterativo.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.
File renamed without changes.

0 commit comments

Comments
 (0)