Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.87 KB

File metadata and controls

68 lines (43 loc) · 1.87 KB

C HackerRank Stars Series

"Every problem has a solution. Every solution has a pattern."


📌 About

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

📊 Problem Categories

Category Difficulty
Introduction to C Easy
Conditionals & Loops Easy-Medium
Arrays & Strings Medium
Functions & Pointers Medium

🚀 How to Use

# Clone the repo
git clone https://github.com/Uttkarshchambiyal/hacker-rank-.git

# Compile any solution
gcc solution.c -o solution
./solution

🎯 Goal

Complete the HackerRank C track & build a strong foundation in:

  • Algorithms
  • Data Structures
  • Problem-solving patterns

Solve. Learn. Repeat — Uttkarsh Chambiyal