pub(crate) struct Sol3443 {}
Expand description
3443m Maximum Manhattan Distance After K Changes
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3443
impl RefUnwindSafe for Sol3443
impl Send for Sol3443
impl Sync for Sol3443
impl Unpin for Sol3443
impl UnwindSafe for Sol3443
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