A clean, structured repository tracking my daily programming journey, problem-solving progress, and core C language fundamentals.
- ⭐ 1st Star C Badge (HackerRank) — Unlocked
- 🎯 Target: 2nd Star C Badge
- 🎯 Target: Master Pointers, Dynamic Memory Allocation & Data Structures in C/C++
Maths/- Basic mathematical operations, logic, and formula implementationschar/- Character handling, ASCII values, and basic string mechanicshierarchy/- Operator precedence, expression evaluation, and execution orderIf-else/- Decision-making statements, conditional checks, and logic branchesloops/- Iterative problem solving (for,while,do-whilepatterns)modulo/- Remainder arithmetic, even/odd checks, and cyclic logic
- Browse Topics: Pick any folder based on the topic you want to practice.
- Review Code: Open the
.cfiles to check the implementation and logic. - Run Locally: Copy the code into your local editor (like VS Code), compile using
gcc filename.c, and run it.
📌 Note: This repository is an active learning log and is updated continuously. As I practice daily, solve new problems, and master core computer science concepts, new source files (.c) will be added and committed to their respective topic directories.
- Language: C
- Compiler: GCC
- Editor: Visual Studio Code
Happy Coding! 💻