Ok my code looks like that. I don't know exactly what Validator want from me. I don't know whether I can use linkedLists / arrayLists ? // line 13 For start I implemented add() size() and getParrent() method and I get 3 red from validator, then I implemented remove() because I thought maybe I must do it too. I need a hint what's wrong, what I can do here and what I can't. Now program correctly adding and removing elements from list (I think so). But maybe your eyes help me catch some mistakes!