pub(crate) struct Sol516;Expand description
516m Longest Palindromic Subsequence
Implementations§
Auto Trait Implementations§
impl Freeze for Sol516
impl RefUnwindSafe for Sol516
impl Send for Sol516
impl Sync for Sol516
impl Unpin for Sol516
impl UnsafeUnpin for Sol516
impl UnwindSafe for Sol516
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