C# Sample: RandomDataSet Class
Posted on Friday, January 23, 2009
This is a class I had to code for a project to demonstrate a handful of sort and search algorithms. It is a self-contained class that can be used to build a List of integers. You could easily modify this class to manipulate pretty much any Collection.
RandomDataSet.cs
Here's the code: