class Node { int x; int y; int delta_plus; int delta_minus; int dist; int prev; int p_muchie; int l; int w; int h; String nume; Node() { } }