File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 97
97
* [ Maximal Square] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/maximal_square.rs )
98
98
* [ Maximum Subarray] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/maximum_subarray.rs )
99
99
* [ Minimum Cost Path] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/minimum_cost_path.rs )
100
- * [ Optimal Binary Seacrh Tree ] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/optimal_bst.rs )
100
+ * [ Optimal Bst ] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/optimal_bst.rs )
101
101
* [ Rod Cutting] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/rod_cutting.rs )
102
102
* [ Snail] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/snail.rs )
103
103
* [ Subset Generation] ( https://github.com/TheAlgorithms/Rust/blob/master/src/dynamic_programming/subset_generation.rs )
You can’t perform that action at this time.
0 commit comments