Having Fun and Creating Value With the R 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 24: Lexicographic Permutations
Solutions to Project Euler 24 in the R language: What is the millionth lexicographic permutation of the digits zero to nine?
Tic Tac Toe Simulation: The Intelligent Minimax Algorithm
Using the R language to build a Tic Tac Toe simulation and teach your computer to play a perfect game of Noughts and Crosses.
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)?
R-Cade Games: Simulating the Legendary Pong Game in R
Playing arcade games in R? Introducing pong, the first R-cade game. This code simulates the legendary game of pong in your favourite data science language.