You are viewing a single comment's thread. Return to all comments →
Jeeze, second non-working template for C#.
To make it work:
Remove 'class Result' but keep its guts so that its guts are part of Solution class. Make deleteNode non-public (i.e. remove public keyword)
deleteNode
public
Seems like cookies are disabled on this browser, please enable them to open this website
Delete a Node
You are viewing a single comment's thread. Return to all comments →
Jeeze, second non-working template for C#.
To make it work:
Remove 'class Result' but keep its guts so that its guts are part of Solution class. Make
deleteNode
non-public (i.e. removepublic
keyword)