pub(crate) struct Sol2099 {}Expand description
2099 Find Subsequence of Length K With the Largest Sum
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2099
impl RefUnwindSafe for Sol2099
impl Send for Sol2099
impl Sync for Sol2099
impl Unpin for Sol2099
impl UnsafeUnpin for Sol2099
impl UnwindSafe for Sol2099
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