Giter Site home page Giter Site logo

projecteuler's Introduction

ProjectEuler Solutions

GitHub issues GitHub pull requests GitHub stars GitHub forks GitHub watchers GitHub

tags: Project Euler Solutions


ProjectEuler

C/C++ for Everyone.
Repository Link · Report Bug · Contribute

Project Euler

This repository contains my solutions to the problems on Project Euler, implemented in C++. Project Euler is a collection of challenging computational problems intended to be solved with computer programs.

Table of Contents

About Project Euler

Project Euler is a series of challenging mathematical/computer programming problems that require more than just mathematical insights to solve. The problems are designed to be solved programmatically and are a great way to improve your algorithmic and problem-solving skills.

Visit the official Project Euler website: https://projecteuler.net/

Getting Started

To run and test the solutions in this repository, you will need a C++ compiler installed on your machine. The solutions are organized by problem number in the src/ directory.

Prerequisites

  • C++ Compiler (e.g., GCC or Visual Studio) in case of compiling c++ files.
  • Any other language also welcomed (specify what the prerequisites and dependencies)

Running a Solution

  1. Clone this repository:
   git clone https://github.com/aintburak/ProjectEuler.git

Navigate to the problem you want to run:

cd ProjectEuler/src/ProblemX

Compile and run the C++ file (replace X with the specific problem number)

g++ ProblemX.cpp -o ProblemX
./ProblemX

Solutions

The solutions are implemented in C++, mostly unless i change my mind :D, no worries hopefully im planning to solve in different languages such as python, java and so on .. and can be found in the src/ directory. Each problem has its own folder named ProblemX, where X is the problem number.

Note: Solutions may contain spoilers, so it's recommended to attempt solving the problems on your own before referring to the solutions.

Contributing

If you'd like to contribute additional solutions or improvements to existing ones, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add new solution for ProblemX'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request, hopefully i'll see u around :3

License

This project is licensed under the MIT License - see the LICENSE file for details.

To sum up, please don't hesitate to customize this template solutions based on your preferences and the specific details of your Project Euler solutions repository. Thank youu for passing by this fundamental repo, and also feel free to keep in touch with me via github or mail.

projecteuler's People

Contributors

catnys avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.