Skip to content

Commit

Permalink
Rename solution
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Oct 18, 2024
1 parent f24b928 commit f1460b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub mod dfs;
pub mod iterative;

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

0 comments on commit f1460b0

Please sign in to comment.