File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 105105 * [ Word Break] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/word_break.rs )
106106 * Financial
107107 * [ Present Value] ( https://github.com/TheAlgorithms/Rust/blob/master/src/financial/present_value.rs )
108+ * [ Net Present Value] ( https://github.com/TheAlgorithms/Rust/blob/master/src/financial/npv.rs )
109+ * [ Compound Interest] ( https://github.com/TheAlgorithms/Rust/blob/master/src/financial/compound_interest.rs )
110+ * [ Payback Period] ( https://github.com/TheAlgorithms/Rust/blob/master/src/financial/payback.rs )
108111 * General
109112 * [ Convex Hull] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/convex_hull.rs )
110113 * [ Fisher Yates Shuffle] ( https://github.com/TheAlgorithms/Rust/blob/master/src/general/fisher_yates_shuffle.rs )
You can’t perform that action at this time.
0 commit comments