An open API service indexing awesome lists of open source software.

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

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
```