pub(crate) struct Sol2294 {}Expand description
2294m Partition Array Such That Maximum Difference Is K
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2294
impl RefUnwindSafe for Sol2294
impl Send for Sol2294
impl Sync for Sol2294
impl Unpin for Sol2294
impl UnsafeUnpin for Sol2294
impl UnwindSafe for Sol2294
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