Modify the draw() method

      09         A   B   C   D   E   F   G   H   I

// class Node - draw() method

    void draw() {
        fill(MID_GRAY);

Replace this fill statement so that
the node is YELLOW if selected and MID_GRAY otherwise.
YELLOW will need to be declared and defined as a Global Variable.