@@ -720,17 +720,17 @@ In order to achieve greater coverage and encourage more people to contribute to
720
720
</a>
721
721
</td>
722
722
<td> <!-- Python -->
723
- <a href="./src/python/exponenciacao .py">
723
+ <a href="./src/python/exponentiation .py">
724
724
<img align="center" height="25" src="./logos/python.svg" />
725
725
</a>
726
726
</td>
727
727
<td> <!-- Go -->
728
- <a href="./src/go/exponenciacao .go">
728
+ <a href="./src/go/exponentiation .go">
729
729
<img align="center" height="25" src="./logos/golang.svg" />
730
730
</a>
731
731
</td>
732
732
<td> <!-- Ruby -->
733
- <a href="./src/ruby/exponenciacao .rb">
733
+ <a href="./src/ruby/exponentiation .rb">
734
734
<img align="center" height="25" src="./logos/ruby.svg" />
735
735
</a>
736
736
</td>
@@ -763,7 +763,7 @@ In order to achieve greater coverage and encourage more people to contribute to
763
763
<tr>
764
764
<td><a href="https://en.wikipedia.org/wiki/Exponentiation">Exponentiation (Recursive)</a></td>
765
765
<td> <!-- C -->
766
- <a href="./src/c/RecursiveExponentiation .c">
766
+ <a href="./src/c/ExponentiationRecursive .c">
767
767
<img align="center" height="25" src="./logos/c.svg" />
768
768
</a>
769
769
</td>
@@ -773,12 +773,12 @@ In order to achieve greater coverage and encourage more people to contribute to
773
773
</a>
774
774
</td>
775
775
<td> <!-- Java -->
776
- <a href="./src/java/RecursiveExponentiation .java">
776
+ <a href="./src/java/ExponentiationRecursive .java">
777
777
<img align="center" height="25" src="./logos/java.svg" />
778
778
</a>
779
779
</td>
780
780
<td> <!-- Python -->
781
- <a href="./src/python/exponenciacao_recursiva .py">
781
+ <a href="./src/python/exponentiation_recursive .py">
782
782
<img align="center" height="25" src="./logos/python.svg" />
783
783
</a>
784
784
</td>
@@ -788,7 +788,7 @@ In order to achieve greater coverage and encourage more people to contribute to
788
788
</a>
789
789
</td>
790
790
<td> <!-- Ruby -->
791
- <a href="./src/ruby/exponenciacao_recursiva .rb">
791
+ <a href="./src/ruby/exponentiation_recursive .rb">
792
792
<img align="center" height="25" src="./logos/ruby.svg" />
793
793
</a>
794
794
</td>
@@ -798,7 +798,7 @@ In order to achieve greater coverage and encourage more people to contribute to
798
798
</a>
799
799
</td>
800
800
<td> <!-- Swift -->
801
- <a href="./src/swift/recursiveExponentiation .swift">
801
+ <a href="./src/swift/exponentiationRecursive .swift">
802
802
<img align="center" height="25" src="./logos/swift.svg" />
803
803
</a>
804
804
</td>
0 commit comments