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

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.

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)