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

https://github.com/matiascarabella/codility-challenges


https://github.com/matiascarabella/codility-challenges

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Codility Code Challenges in Java

This repository contains my solutions for the [Codility] code challenges in Java. Codility is an online platform that helps companies assess the technical skills of candidates and employees. The code challenges are designed to test various aspects of programming, such as algorithms, data structures, logic, and problem-solving.

# How to use this repository

Each folder in this repository corresponds to a different category of code challenges, such as Arrays, Binary Search, Dynamic Programming, etc.
Inside each folder, you will find a README.md file that contains the description and link of each challenge, as well as the expected time and space complexity of the optimal solution.
You will also find a Java file that contains my solution for each challenge. The file name follows the format ChallengeName.java, where ChallengeName is the name of the challenge as given by Codility.
You can run and test the solutions using any Java IDE or compiler of your choice. Alternatively, you can copy and paste the code into the Codility editor and submit it for evaluation.

# Disclaimer
The solutions in this repository are based on my own understanding and approach to the problems. They may not be the most efficient or elegant solutions possible. Therefore, I do not guarantee that they will always pass all the test cases or achieve 100% score on Codility.
The solutions in this repository are intended for personal use and learning purposes only. They are not meant to be copied or submitted as your own work for any academic or professional purposes. Please respect the [Codility Terms of Service] and [Honor Code] when using this repository.

# Feedback
If you have any feedback, suggestions, or questions about this repository, feel free to contact me at my_email_address.
If you find any errors or bugs in the solutions, please open an issue or a pull request on GitHub. I appreciate your help in improving this repository.
# References
- https://www.codility.com/
- https://www.codility.com/terms-of-service/
- https://www.codility.com/honor-code/