This repo contains my HackerRank problem solutions written in C. All solutions are:
- ✅ Self-written & beginner-friendly
- ✅ Focused on logic building & core C concepts
- ✅ Uploaded after solving on HackerRank
- ✅ Part of the Peacemakers 2025 series
| Category | Difficulty |
|---|---|
| Introduction to C | Easy |
| Conditionals & Loops | Easy-Medium |
| Arrays & Strings | Medium |
| Functions & Pointers | Medium |
# Clone the repo
git clone https://github.com/Uttkarshchambiyal/hacker-rank-.git
# Compile any solution
gcc solution.c -o solution
./solutionComplete the HackerRank C track & build a strong foundation in:
- Algorithms
- Data Structures
- Problem-solving patterns
Solve. Learn. Repeat — Uttkarsh Chambiyal