https://github.com/si-net/codility-solutions
This repository contains my solutions to codility excercises and challenges.
https://github.com/si-net/codility-solutions
codility codility-java codility-lessons codility-solutions codility-training coding-challenges
Last synced: 10 months ago
JSON representation
This repository contains my solutions to codility excercises and challenges.
- Host: GitHub
- URL: https://github.com/si-net/codility-solutions
- Owner: si-net
- Created: 2020-07-29T12:39:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T12:59:04.000Z (over 5 years ago)
- Last Synced: 2025-01-20T18:17:21.315Z (11 months ago)
- Topics: codility, codility-java, codility-lessons, codility-solutions, codility-training, coding-challenges
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codility Solutions
> This repository contains my solutions to codility excercises and challenges.
## Motivation
While solutions to codility excercises are abundant in the web,
I have realized that basically none of them actually try to explain the solution and go a little into detail in the topics of
algorithmics that they relate to. This is the focus of this repositry.
**what I am not trying to do:**
Present the fastest possible solution. The focus is to give an understanding of the problem and present a solution,
while diving into some topics of algorithmics.
### Challenges
* Codility: Palladium 2020
* [The challenge](https://app.codility.com/programmers/challenges/palladium2020/)
* [My certificate](https://app.codility.com/cert/view/cert7A73TJ-QR9EQ957WE73R3GC/)
* [My solution](src/org/si/PalladiumChallenge.java)