This repository contains my solutions to the first 100 problems of Project Euler, written in Julia. Hopefully, by making this repository public, it will help someone learn how to tackle Project Euler problems while using Julia. With the exception of problem 100, the solutions in this repository also work well (after a little modification) for Hackerrank's ongoing Project Euler+ contest. Note that the solutions are tested on 64-bit machines, and will likely not run correctly on 32-bit machines.
Due to Project Euler's policy on publishing solutions, I will not share my solutions to problems past the first 100.
If you would like to see my current progress on Project Euler, such as what problems I've completed, what awards I've obtained, or my forum posts, feel free to add me as a friend on Project Euler. My friend key is 1327298_jzCskJIfItQqZaPDyT4kQpsHmSlrcHky. You can also view my progress on HackerRanks' Project Euler+ contest here.
The following is the list of problems. Timings are made using BenchmarkTools.jl, on a 10.15.7 macos, 2.2 GHz Quad-Core Intel Core i7 processor, with 16 GB 1600 MHz DDR3 memory.