Closed TFloyd1989 closed 4 years ago
I keep getting a null pointer exception whenever I try to add to the string list of any given node. How do I add to it so that it stops giving a null pointer exception?
Did you find out what caused this exception? I assume you visited some null character nodes.
Yes, I was able to figure it out
Then, just avoid accessing the null node would help
I keep getting a null pointer exception whenever I try to add to the string list of any given node. How do I add to it so that it stops giving a null pointer exception?