https://github.com/andreip/datacenter_cooling
Quora's problem from here http://www.quora.com/challenges#datacenter_cooling
https://github.com/andreip/datacenter_cooling
Last synced: 11 months ago
JSON representation
Quora's problem from here http://www.quora.com/challenges#datacenter_cooling
- Host: GitHub
- URL: https://github.com/andreip/datacenter_cooling
- Owner: andreip
- Created: 2013-10-04T19:32:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T19:37:29.000Z (over 12 years ago)
- Last Synced: 2025-04-06T07:37:32.355Z (about 1 year ago)
- Language: C
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quora's [Datacenter cooling problem](http://www.quora.com/challenges#datacenter_cooling).
How to run:
```shell
$ make
$ time ./a.out < test
301716
real 0m28.864s
user 0m28.796s
sys 0m0.030s
```
Ran it on a 1.8 GHz i5, 4 GM RAM.