diff --git a/C#/Program.cs b/C#/Program.cs index 1fe9171..fbb5bcd 100644 --- a/C#/Program.cs +++ b/C#/Program.cs @@ -1,4 +1,5 @@ using System; +using C_.Datastructures.DoublyLinkedList; using C_.Datastructures.BinaryTree; using C_.Datastructures.Heap; @@ -38,6 +39,8 @@ Console.WriteLine("Hello, World!"); // list.Append(6); // list.Insert(6, 1); +// list.Delete(0); + // Console.Write($"{list[0]} "); // Console.Write($"{list[1]} "); // Console.Write($"{list[2]} ");