Skip to content

Commit 4ba6817

Browse files
committed
Rename Exponentiation
1 parent 97ad7d6 commit 4ba6817

9 files changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -720,17 +720,17 @@ In order to achieve greater coverage and encourage more people to contribute to
720720
</a>
721721
</td>
722722
<td> <!-- Python -->
723-
<a href="./src/python/exponenciacao.py">
723+
<a href="./src/python/exponentiation.py">
724724
<img align="center" height="25" src="./logos/python.svg" />
725725
</a>
726726
</td>
727727
<td> <!-- Go -->
728-
<a href="./src/go/exponenciacao.go">
728+
<a href="./src/go/exponentiation.go">
729729
<img align="center" height="25" src="./logos/golang.svg" />
730730
</a>
731731
</td>
732732
<td> <!-- Ruby -->
733-
<a href="./src/ruby/exponenciacao.rb">
733+
<a href="./src/ruby/exponentiation.rb">
734734
<img align="center" height="25" src="./logos/ruby.svg" />
735735
</a>
736736
</td>
@@ -763,7 +763,7 @@ In order to achieve greater coverage and encourage more people to contribute to
763763
<tr>
764764
<td><a href="https://en.wikipedia.org/wiki/Exponentiation">Exponentiation (Recursive)</a></td>
765765
<td> <!-- C -->
766-
<a href="./src/c/RecursiveExponentiation.c">
766+
<a href="./src/c/ExponentiationRecursive.c">
767767
<img align="center" height="25" src="./logos/c.svg" />
768768
</a>
769769
</td>
@@ -773,12 +773,12 @@ In order to achieve greater coverage and encourage more people to contribute to
773773
</a>
774774
</td>
775775
<td> <!-- Java -->
776-
<a href="./src/java/RecursiveExponentiation.java">
776+
<a href="./src/java/ExponentiationRecursive.java">
777777
<img align="center" height="25" src="./logos/java.svg" />
778778
</a>
779779
</td>
780780
<td> <!-- Python -->
781-
<a href="./src/python/exponenciacao_recursiva.py">
781+
<a href="./src/python/exponentiation_recursive.py">
782782
<img align="center" height="25" src="./logos/python.svg" />
783783
</a>
784784
</td>
@@ -788,7 +788,7 @@ In order to achieve greater coverage and encourage more people to contribute to
788788
</a>
789789
</td>
790790
<td> <!-- Ruby -->
791-
<a href="./src/ruby/exponenciacao_recursiva.rb">
791+
<a href="./src/ruby/exponentiation_recursive.rb">
792792
<img align="center" height="25" src="./logos/ruby.svg" />
793793
</a>
794794
</td>
@@ -798,7 +798,7 @@ In order to achieve greater coverage and encourage more people to contribute to
798798
</a>
799799
</td>
800800
<td> <!-- Swift -->
801-
<a href="./src/swift/recursiveExponentiation.swift">
801+
<a href="./src/swift/exponentiationRecursive.swift">
802802
<img align="center" height="25" src="./logos/swift.svg" />
803803
</a>
804804
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)