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

https://github.com/siakhooi/codility-palladium-2020

Codility Challenge: Palladium 2020 (Medium)
https://github.com/siakhooi/codility-palladium-2020

codility codility-challenges java junit5 maven

Last synced: 13 days ago
JSON representation

Codility Challenge: Palladium 2020 (Medium)

Awesome Lists containing this project

README

          

# Codility Challenge: Palladium 2020

## CoverBuildings

- Difficulty:Medium
- Given N rectangular buildings of width 1, find the minimum total area of two rectangular banners that cover all of the buildings.
-
-

## Versions

- Result
- `Good`: Correctness 100%, Performance 100%.
- `OK`: Correctness 100%, Performance <100%.
- `Fail`: Correctness <100%, Performance <100%.
- File naming convention
- Code `A`: `Palladium2020A.java`

| File | Complexity | Description | Result | Report |
| ---- | ------------------------- | ------------------------------------ | ------ | ----------------------------------------------------------------------- |
| `A` | `O(N)` or `O(N + max(H))` | Biggest Rect from top-left/top-right | Good | [BWRYER-3KN](https://app.codility.com/demo/results/trainingBWRYER-3KN/) |