Added delete method to doubly linked list
This commit is contained in:
@ -27,7 +27,7 @@ list2.Add(6);
|
||||
list2.Add(7);
|
||||
list2.Add(8);
|
||||
|
||||
var list3 = DoublyLinkedList<int>.Create(list, null);
|
||||
list.Delete(2);
|
||||
|
||||
var x = list[-6];
|
||||
|
||||
|
Reference in New Issue
Block a user