October 2022 1 5 Report
C++ Algorytmy! Zamień element 2 z 3 na liście. Próbowałam coś takiego napisać jednak nie działa ;(
void ZamienSec(node*&H){
if(H && H->next){
node*p = H;
if(H->next->next){
node*e = p->next;
e = e->next;
e->next= e->next->next ;
e->next->next = p->next;
}
}
}

Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.