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

https://github.com/siakhooi/codility-yttrium-2019

Codility Challenge: Yttrium 2019 (Medium)
https://github.com/siakhooi/codility-yttrium-2019

codility codility-challenges java junit5 maven

Last synced: 14 days ago
JSON representation

Codility Challenge: Yttrium 2019 (Medium)

Awesome Lists containing this project

README

          

# Codility Challenge: Yttrium 2019

## DifferentCharacters

- Difficulty: Medium
- Given a string, find the shortest substring that can be removed to yield a string that contains exactly K different characters.
-
-

## Versions

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

| File | Complexity | Result | Report |
| ---- | ---------- | ------ | ----------------------------------------------------------------------- |
| `A` | `O(N)` | `Good` | [WYFSA2-P6J](https://app.codility.com/demo/results/trainingWYFSA2-P6J/) |