Anuja-19 / Snippets

7 stars 88 forks source link

Implemented a function that reverses a linked list #174

Closed sentiww closed 4 years ago

sentiww commented 4 years ago

121 Reverses a linked list, contains a test function (only reason why I'm using System.Linq is to test against Enumerable.Reverse()).