Skip to content

Instantly share code, notes, and snippets.

View crap0101's full-sized avatar

Marco Chieppa crap0101

View GitHub Profile
@crap0101
crap0101 / lazy_set.py
Created February 8, 2011 14:46 — forked from rik0/lazy_set.py
#coding: utf-8
# Copyright (C) 2011 by Enrico Franchi (tweaks by crap0101)
#
# This file is released under the terms of the MIT license
# http://www.opensource.org/licenses/mit-license.php
import itertools as it
import functools