/Codewars-Challenges

Primary LanguagePythonMIT LicenseMIT

πŸ† Codewars Challenges

Welcome to my collection of Codewars challenges! This repository contains solutions to various coding problems that I've tackled on Codewars. Each solution is organized by programming languageβ€”Python, C, and Bash.

Codewars Badge


πŸ“‚ Repository Structure

The repository is divided into three main folders based on the programming language used:

  • Python Challenges: Solutions written in Python.
  • C Challenges: Solutions written in C.

Each language folder is further organized by difficulty level, and each challenge has its own directory containing the solution and any related files.

πŸš€ Getting Started

To run these challenges on your local machine:

Python

  1. Navigate to the Python challenge you want to run:
    cd Python/7-kyu/challenge-name
  2. Run the solution:
    python solution.py

C

  1. Navigate to the C challenge you want to run:
    cd C/7-kyu/challenge-name
  2. Compile the solution:
    gcc -o solution solution.c
  3. Run the solution:
    ./solution

🎯 Goals and Learning

By working through these challenges in Python, C, and Bash, I've aimed to:

  • Enhance my problem-solving skills across different programming paradigms.
  • Learn and apply language-specific best practices.
  • Strengthen my understanding of algorithms, data structures, and system-level programming.

πŸ“ˆ Progress

This repository is regularly updated as I continue to solve more challenges. Keep an eye out for new solutions!

You can also view my Codewars profile to see my overall progress and ranking.


🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.