Project Euler Solutions in R

Leonhard Euler is one of the most influential mathematicians of all time. He lived in Switserland in the Eighteenth-century and contributed to many areas of mathematics and other sciences.

Project Euler is a website with over 600 mathematical problems of various complexity. inductive chain learning. That is, by solving one problem it will expose you to a new concept that allows you to undertake a previously inaccessible problem. So the determined participant will slowly but surely work his/her way through every problem.

Solving project Euler problems is an amusing way to teach yourself a new programming language.

Proudly associated with

Proudly associated with R Bloggers

Top 40 R Programming Blogs to follow in 2020

Top 20 Programming Blogs

Top 20 Programming Blogs

Articles

Project Euler 26: Reciprocal Cycles
Solutions to Project Euler 26: Find the value of d<1000 for which 1/d contains the longest cycle in its decimal fraction part.
Project Euler 25: Fibonacci number with 1000 digits
Solutions to Project Euler 25 in the R language. What is the first Fibonacci number with 1000 digits?
Project Euler 24: Lexicographic Permutations
Solutions to Project Euler 24 in the R language: What is the millionth lexicographic permutation of the digits zero to nine?
Project Euler 23: Non-Abundant Sums
Solutions to Project Euler 23: Find the sum of all the positive integers which cannot be written as the sum of two abundant numbers.
Project Euler 22: Names Scores
Solutions to Project Euler 22 in the R language: Sum of the total letter score of a data set of five-thousand first names
Project Euler 21: Amicable Numbers
Solutions to Project Euler 21: Evaluate the sum of all the amicable numbers (the sum of the proper divisors of each is equal to the other number)
Project Euler 20: Factorial Digit Sum
Solutions to Project Euler 20 in the R language: Determine the sum of the digits in the number factorial 100 in base R and the GMP library
Project Euler 19: Counting Sundays
Solutions to Project Euler 19: How many Sundays fell on the first of the month during the twentieth century (1 Jan 1901 to 31 Dec 2000)?