Skip to content

Commit 9f194ca

Browse files
Mannyzandermanny
andauthored
Fixed link in README for interest (TheAlgorithms#385)
* add simple interest and compound interest * Fixed link in README Co-authored-by: manny <you@example.com>
1 parent d9d5d04 commit 9f194ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ These are for demonstration purposes only.
7474
- [x] [Permuted Congruential Random Number Generator](./src/math/random.rs)
7575
- [x] [Zeller's Congruence Algorithm](./src/math/zellers_congruence_algorithm.rs)
7676
- [x] [Karatsuba Multiplication Algorithm](./src/math/karatsuba_multiplication.rs)
77-
- [x] [Financial Interest](./src/master/src/math/interest.rs)
77+
- [x] [Financial Interest](./src/math/interest.rs)
7878

7979
## [Dynamic Programming](./src/dynamic_programming)
8080

0 commit comments

Comments
 (0)