Skip to content

Instantly share code, notes, and snippets.

View nims11's full-sized avatar

Nimesh Ghelani nims11

View GitHub Profile
@nims11
nims11 / randomTree.py
Created February 13, 2015 08:37
Random Tree Generator
#!/usr/bin/python
import random
import copy
import collections
import Queue
import sys
T = 7
N = 50000
W1, W2 = 1000, 10000