Chapter 1 Introduction

Project Euler Logo

1.1 What is Project Euler?

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.

1.2 Who are the problems aimed at?

The intended audience include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the cutting edge.

Here, in this repository you can find the solutions to the various problems for learning a language in the Project Euler.

1.3 How to contribute to this project?

You may solve any problem in the scope of Project Euler and mention your name to the CONTRIBUTORS.md file. Make a pull request for your work and wait for it to be merged!

1.4 REMEMBER: Anyone can make a PR

Getting started:

  1. Fork this repository
  2. Clone your fork down to your local machine git clone https://github.com/jimr1603/R-solutions-to-Project-Euler.git
  3. Create a branch git checkout -b branch-name
  4. Make your changes
  5. Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name

Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo) Wait for your PR review and merge approval! Star this repository if you had fun!

Don’t forget to add your name to the CONTRIBUTING.md file using the below convention:

#### Name: YOUR NAME
- Location: Country
- Bio: Who are you? Your interests?
- GitHub: [GitHub account name](GitHub link)