Skip to content

EnmanuelParedesR/DoubleLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DoubleLinkedList

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

About

Double Linked List - Kata 21.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages