https://github.com/heppu/w6
Solution for wunderpahkina vol6
https://github.com/heppu/w6
Last synced: about 1 month ago
JSON representation
Solution for wunderpahkina vol6
- Host: GitHub
- URL: https://github.com/heppu/w6
- Owner: heppu
- License: mit
- Created: 2017-04-10T17:36:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T18:19:15.000Z (over 9 years ago)
- Last Synced: 2025-02-23T10:42:57.940Z (over 1 year ago)
- Language: C
- Homepage: https://github.com/wunderdogsw/wunderpahkina-vol6
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# w6
My solution for finding biggest square in histogram for [this](https://github.com/wunderdogsw/wunderpahkina-vol6) code challenge.
## Compile
```sh
make
```
## Run
```sh
make run
```
## Benchmark
Requires perf to be installed
```sh
make bench
```