Double Linked List
In this code we try to use DLinkList and UnitTesting. Kata 21: Simple List
C#
Master equals to V2 RN
Cyclometric Complexity Tipo: UnitTest1
Cyclometric Complexity: 11 (TOTAL) Method: Add(string) : void Cyclometric Complexity: 2
Method: Add_ToString(ref StringBuilder, ref DLinkedList.DLinkNode) : void Cyclometric Complexity: 2
Method: Delete(string) : void Cyclometric Complexity: 5
Method: DeleteFirst(DLinkedList.DLinkNode) : void Cyclometric Complexity: 2
Method: DLinkedList() Cyclometric Complexity: 1
Method: FindNode(string) : string Cyclometric Complexity: 3
Method: Preprend(DLinkedList) : void Cyclometric Complexity: 3
Method: ToString() : string Cyclometric Complexity: 2