🧠 30 Days of Logic - HackerRank
Welcome to the 30 Days of Logic! This repository is dedicated to solving programming challenges on HackerRank, designed to enhance logical thinking and problem-solving skills. Each day focuses on a new concept, from basic programming principles to advanced logical constructs.
The 30 Days of Logic challenge covers various topics to build a strong foundation in programming and logical reasoning. Each day introduces:
- A specific concept or problem.
- An explanation of the concept.
- A solution with code.
Whether you're a beginner or revisiting the basics, this challenge is a great way to sharpen your coding skills!
-
Clone the repository:
git clone https://github.com/tainaestefani/30-days-of-logic.git
-
Review the content:
- This repository contains code and explanatory content only.
- You do not need to run any of the code. The main goal is to learn and review the material through the provided explanations.
Each day's folder contains:
- A
README.md
file with an explanation of the topic. - Example problems and solutions.
- Java: Primary language for coding challenges.
- HackerRank: Platform used for hosting and solving the problems.
- Git & GitHub: Version control and collaboration.