This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a test |
NewerOlder