https://github.com/matiascarabella/codility-challenges
https://github.com/matiascarabella/codility-challenges
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matiascarabella/codility-challenges
- Owner: MatiasCarabella
- Created: 2023-08-26T08:42:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T06:34:16.000Z (about 2 years ago)
- Last Synced: 2024-12-28T00:23:50.795Z (10 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/