--- title: HackerRank Challenges description: Studies and notes on solutions for HackerRank problems. --- # HackerRank Challenges In this section we attempt to document some solutions for HackerRank challenges. The goal is to have one ore more solutions for each challenge, using one or more programming paradigms (procedural, functional, whatever) as means of practicing and learning. Making notes and creating explanations describing the techniques, concepts and steps used in a solution is a good way of understanding things better. The code is hosted in the [Gitlab repository for this site](https://gitlab.com/devhowto/Dev-How-To). ```{admonition} About these solutions and explanations :class: danger Do not use these solutions (or others found in repositories over the web) on HackerRank. Try solving them yourself and only then see how others have done it to try to learn from them. You don't learn by just copying code. ``` ```{toctree} --- maxdepth: 6 caption: Easy HackerRank Challenges --- problem-solving/index.md 1-easy/index.md helper-functions.md ```