Skip to content

Commit e3c39de

Browse files
Update dynamic_programming/factorial_top_down_dp.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 04c816d commit e3c39de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/factorial_top_down_dp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Time Complexity: O(n)
1010
* Space Complexity: O(n)
11-
@author [Vedant Mukhedkar](https://github.com/git5v)
11+
* @author [Vedant Mukhedkar](https://github.com/git5v)
1212
*/
1313

1414
#include <iostream>

0 commit comments

Comments
 (0)