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)
- Host: GitHub
- URL: https://github.com/siakhooi/codility-yttrium-2019
- Owner: siakhooi
- Created: 2021-06-20T05:05:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T14:15:58.000Z (over 4 years ago)
- Last Synced: 2025-08-19T22:33:17.324Z (9 months ago)
- Topics: codility, codility-challenges, java, junit5, maven
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/) |