+ 4
Error coming while inserting in link list
2 odpowiedzi
0
I am not completely sure about the purpose of this statement(I have no experience using lambdas in java), but syntax using -> operator should be like this
" n1->{next=n;} " or " n1->next=n ".
0
yeeee