A set of implemented Collections that i have to develop in C# for my postgraduate. My first real contact with this technology.
Simple Linked List implemented in C#.
Generic List, with Templates and Double Linked.
A Set, with IComparable based on the Simple Linked List.