xiaodaigh / ProjectEulerUtil.jl

Utility functions for Project Euler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectEulerUtil

is_abundant checks if a number is abundant

get_problem_title(n) get the title of the nth question

inverse_digits(digits(n)) gives n

proper_divisors(n) gives the proper divisors of n

About

Utility functions for Project Euler

License:MIT License


Languages

Language:Julia 100.0%