Updated Program to aid with testing on Doubly Linked List
This commit is contained in:
parent
e66473bb25
commit
a37a81a2bf
@ -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]} ");
|
||||
|
Loading…
Reference in New Issue
Block a user