Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yohey03518/fef0bc79e3e6b8e1b9062cfbc1ddf13f to your computer and use it in GitHub Desktop.
Save yohey03518/fef0bc79e3e6b8e1b9062cfbc1ddf13f to your computer and use it in GitHub Desktop.
[TestMethod]
public void NoNode_Return0()
{
int depth = solution.MaxDepth(null);
Assert.AreEqual(0, depth);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment