Update Program.cs
This commit is contained in:
parent
814f64c95f
commit
409a5fd884
@ -10,7 +10,7 @@ namespace BinaryTree
|
|||||||
|
|
||||||
Random random = new Random();
|
Random random = new Random();
|
||||||
|
|
||||||
for (var i = 0; i < 10; i++)
|
for (var i = 0; i < 35; i++)
|
||||||
{
|
{
|
||||||
tree.Add(random.Next(0, 100));
|
tree.Add(random.Next(0, 100));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user