Skip to content

Instantly share code, notes, and snippets.

View rsingh85's full-sized avatar

Ravi Singh rsingh85

View GitHub Profile
@rsingh85
rsingh85 / ISet
Created September 21, 2014 14:26
A generic list-based mathematical Set implementation in C#.
using System.Collections.Generic;
namespace RaviSinghLib.Collections.Generic
{
/// <summary>
/// An interface for the abstraction of sets.
///
/// Author: Ravi Singh
/// Web: http://seesharpdeveloper.blogspot.co.uk/
/// Date: 07-06-2013