typo
This commit is contained in:
parent
06e554c53e
commit
f8633a07c4
@ -3,7 +3,7 @@ use crate::prelude::*;
|
|||||||
pub type I = &'static str;
|
pub type I = &'static str;
|
||||||
pub type O = usize;
|
pub type O = usize;
|
||||||
|
|
||||||
// @TODO: try bit mast approach
|
// @TODO: try bit mask approach
|
||||||
fn _solve (data: I, rows: usize) -> O {
|
fn _solve (data: I, rows: usize) -> O {
|
||||||
let w = data.len();
|
let w = data.len();
|
||||||
let mut v = vec![data.to_owned()];
|
let mut v = vec![data.to_owned()];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user