pub(crate) struct Sol3373 {}
Expand description
3373m Maximize the Number of Target Nodes After Connecting Trees II
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3373
impl RefUnwindSafe for Sol3373
impl Send for Sol3373
impl Sync for Sol3373
impl Unpin for Sol3373
impl UnwindSafe for Sol3373
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