My solutions to CodeSignal problems. If possible, I will try to add more solutions in the future. Almost all of them in Java, but you can find solutions in Python, C ++ or C. Hey, check out my profile at CodeSignal here. :)
- Arcade
- Interview Practice
- Challenge
- Company Challenges
- Tournaments
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
Founded in 2015, CodeSignal is the first company to develop an objective automated skills-based assessment platform that can be used as a standard for technical recruiters and employers. The CodeSignal’s Machine Learning algorithm has analyzed terabytes of skill assessment data to develop the Coding Score, which is a predictor of a developer’s coding and problem-solving ability, and technical interview performance.
The CodeSignal is available under the MIT license.