Skip to content

Commit f1460b0

Browse files
committed
Rename solution
1 parent f24b928 commit f1460b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/problem_2280_minimum_lines_to_represent_a_line_chart/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub mod dfs;
1+
pub mod iterative;
22

33
pub trait Solution {
44
fn minimum_lines(stock_prices: Vec<Vec<i32>>) -> i32;

0 commit comments

Comments
 (0)