pub(crate) struct Sol2379;
Expand description
2379m Minimum Recolors to Get K Consecutive Black Blocks
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2379
impl RefUnwindSafe for Sol2379
impl Send for Sol2379
impl Sync for Sol2379
impl Unpin for Sol2379
impl UnwindSafe for Sol2379
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more