Skip to content

ahmad-fayyaz/kattisCPP

Repository files navigation

Kattis Practice Problems

Welcome to my repository of solutions for practice problems on Kattis! This collection includes code answers to various coding challenges, aimed at honing problem-solving skills and mastering algorithms and data structures.

Table of Contents

Introduction

This repository contains my personal solutions to the problems found on Kattis. Each solution is thoughtfully crafted to provide efficient and readable code, aiming to pass all test cases successfully. The main goal of this repository is to document my learning journey and to help others who are working on similar problems.

How to Use

  1. Clone the repository:
    git clone https://github.com/your-username/kattis-practice.git
  2. Navigate to the problem directory:
    cd kattis-practice/problems/problem_x
  3. Review the problem description and run the solution:
    clang++ -std=c++11 <file-to-compile> -o <outputFile>   

Languages Used

  • C++

Contribution

Contributions are welcome! If you have a better solution or a different approach to any of the problems, feel free to submit a pull request. Please ensure that your code is well-documented and follows the repository structure.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Contact

If you have any questions or suggestions, feel free to reach out:

Happy coding!

Releases

No releases published

Packages

No packages published

Languages