Tagged Questions
0
votes
2answers
119 views
comparing a Node and an Object with a BST data structure
I'm getting a "java.lang.string cannot be cast to node" exception. I thought of converting the localRoot to a string using a provided toString method then comparing them, nut this leaves no concept of ...