Skip to content

Commit

Permalink
Fix solution name
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Jul 20, 2024
1 parent 22edbfa commit 7058f49
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 recursive;
pub mod iterative;

pub trait Solution {
fn place_word_in_crossword(board: Vec<Vec<char>>, word: String) -> bool;
Expand Down

0 comments on commit 7058f49

Please sign in to comment.