We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d5d04 commit 9f194caCopy full SHA for 9f194ca
README.md
@@ -74,7 +74,7 @@ These are for demonstration purposes only.
74
- [x] [Permuted Congruential Random Number Generator](./src/math/random.rs)
75
- [x] [Zeller's Congruence Algorithm](./src/math/zellers_congruence_algorithm.rs)
76
- [x] [Karatsuba Multiplication Algorithm](./src/math/karatsuba_multiplication.rs)
77
-- [x] [Financial Interest](./src/master/src/math/interest.rs)
+- [x] [Financial Interest](./src/math/interest.rs)
78
79
## [Dynamic Programming](./src/dynamic_programming)
80
0 commit comments