Skip to content

Commit

Permalink
Rename solution
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Nov 6, 2024
1 parent c9f0085 commit 5834a44
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 iterative;
pub mod sliding_window;

pub trait Solution {
fn count_subarrays(nums: Vec<i32>, k: i64) -> i64;
Expand Down

0 comments on commit 5834a44

Please sign in to comment.