Author | Message |
---|---|
darkzero2024
Posts: 7
|
Posted 21:22 Sep 22, 2017 |
Unsure how to create a Node object and what to import for it |
kknaur
Posts: 540
|
Posted 06:09 Sep 23, 2017 |
There is no Node<E> class in Java. Part of the assignment is that you are supposed to create your own node class called Array2DNode. Make sure to read the directions very carefully as everything is detailed there. |
darkzero2024
Posts: 7
|
Posted 10:51 Sep 23, 2017 |
Ohhhhh Sorry and thank you |