Incomplete - Tested 'Find' function; Doesn't always return on the given item but instead will continue past it if it has any children
This commit is contained in:
@ -111,6 +111,8 @@ tree.Add(1);
|
||||
tree.Add(4);
|
||||
tree.Add(7);
|
||||
|
||||
tree.Find(2);
|
||||
|
||||
|
||||
|
||||
Console.ReadLine();
|
||||
|
Reference in New Issue
Block a user