Skip to content

Instantly share code, notes, and snippets.

View xymostech's full-sized avatar

Emily Eisenberg xymostech

View GitHub Profile
@xymostech
xymostech / orange.c
Created May 24, 2011 23:53
bittorrent programming challenge solution
/*
orange.c
Developed by xymostech on 5/24/11
Calculates the number of ways to place oranges in bowls
Such that the distance between two oranges A and B does not equal
the distance between either A or B and a third orange C
Takes about 2 seconds to run on a 2.5 GHz processor
This is a test