Skip to content

Commit e342387

Browse files
committed
Rename Factorial Recursive
1 parent a0a8826 commit e342387

7 files changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ In order to achieve greater coverage and encourage more people to contribute to
879879
<tr>
880880
<td><a href="https://en.wikipedia.org/wiki/Factorial">Factorial (Recursive)</a></td>
881881
<td> <!-- C -->
882-
<a href="./src/c/RecursiveFactorial.c">
882+
<a href="./src/c/FactorialRecursive.c">
883883
<img align="center" height="25" src="./logos/c.svg" />
884884
</a>
885885
</td>
@@ -889,12 +889,12 @@ In order to achieve greater coverage and encourage more people to contribute to
889889
</a>
890890
</td>
891891
<td> <!-- Java -->
892-
<a href="./src/java/RecursiveFactorial.java">
892+
<a href="./src/java/FactorialRecursive.java">
893893
<img align="center" height="25" src="./logos/java.svg" />
894894
</a>
895895
</td>
896896
<td> <!-- Python -->
897-
<a href="./src/python/fatorial_recursiva.py">
897+
<a href="./src/python/factorial_recursive.py">
898898
<img align="center" height="25" src="./logos/python.svg" />
899899
</a>
900900
</td>
@@ -904,7 +904,7 @@ In order to achieve greater coverage and encourage more people to contribute to
904904
</a>
905905
</td>
906906
<td> <!-- Ruby -->
907-
<a href="./src/ruby/fatorial.rb">
907+
<a href="./src/ruby/factorial_recursive.rb">
908908
<img align="center" height="25" src="./logos/ruby.svg" />
909909
</a>
910910
</td>
@@ -914,12 +914,12 @@ In order to achieve greater coverage and encourage more people to contribute to
914914
</a>
915915
</td>
916916
<td> <!-- Swift -->
917-
<a href="./src/swift/recursiveFactorial.swift">
917+
<a href="./src/swift/factorialRecursive.swift">
918918
<img align="center" height="25" src="./logos/swift.svg" />
919919
</a>
920920
</td>
921921
<td> <!-- Rust -->
922-
<a href="./src/rust/fatorial_recursiva.rs">
922+
<a href="./src/rust/factorial_recursive.rs">
923923
<img align="center" height="25" src="./logos/rust.svg" />
924924
</a>
925925
</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)