View on GitHub

hackerrank

HackerRank personal solutions

ProjectEuler+

HackerRank brings you the fun of solving Projecteuler challenges with hidden test cases and time limit.

Name Preview Code Difficulty
Project Euler #110: Diophantine reciprocals II euler 110 Python Easy
Project Euler #108: Diophantine reciprocals I Project Euler #108: Diophantine reciprocals I Python Easy
Project Euler #81: Path sum: two ways Project Euler #81: Path sum: two ways C++ Easy
Project Euler #74: Digit factorial chains Project Euler #74: Digit factorial chains C++ Easy
Project Euler #72: Counting fractions Project Euler #72: Counting fractions Python Easy
Project Euler #71: Ordered fractions Project Euler #71: Ordered fractions Python Medium
Project Euler #54: Poker hands Poker Hands Python Easy
Project Euler #31: Coin sums Currency Change Python Easy
Project Euler #28: Number spiral diagonals Running around a matrix. Python Easy
Project Euler #21: Amicable numbers Proper and improper divisions. C++ Easy
Project Euler #20: Factorial digit sum When complexities go from one extreme to the other. Python Easy
Project Euler #18: Maximum path sum I Find path with largest sum in a pyramid. Python Easy
Project Euler #17: Number to Words Read the numbers Python Easy
Project Euler #16: Power digit sum With more power comes more responsibility. Python Easy
Project Euler #15: Lattice paths Walking on grids. And not slipping. Python Easy
Project Euler #13: Large sum Summing up big things. Python Easy
Project Euler #12: Highly divisible triangular number Find smallest triangular number with atleast N divisors. Python Easy
Project Euler #11: Largest product in a grid Getting started with matrices. Python Easy
Project Euler #10: Summation of primes More prime number fun. Python Medium
Project Euler #9: Special Pythagorean triplet A what triplet, you say? C++ Python Easy
Project Euler #8: Largest product in a series Playing with really really long numbers. Python Easy
Project Euler #7: 10001st prime Finding the Nth prime. Python Easy
Project Euler #6: Sum square difference Difference between sum of squares and square of sums. Python Easy
Project Euler #5: Smallest multiple Smallest number which divides all numbers from 1 to N. Python Medium
Project Euler #4: Largest palindrome product Largest palindrome of product of three digit numbers less than N. C++ Medium
Project Euler #3: Largest prime factor Figuring out prime numbers, factors, and then both of them together! C++ Easy
Project Euler #2: Even Fibonacci numbers Even Fibonacci numbers C++ Easy
Project Euler #1: Multiples of 3 and 5 Multiples of 3 and 5 Python Easy