my project euler solutions
Find a file
2025-10-14 05:51:32 +00:00
.cache/clangd/index problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
assets problems 17-18 solutions 2025-10-13 23:11:53 +00:00
.gitignore problems 17-18 solutions 2025-10-13 23:11:53 +00:00
a problems 17-18 solutions 2025-10-13 23:11:53 +00:00
Cargo.lock problems 19 solution 2025-10-14 05:51:32 +00:00
Cargo.toml problems 17-18 solutions 2025-10-13 23:11:53 +00:00
compile_commands.json problem-11 solution 2025-10-13 07:16:32 +00:00
Makefile problem-11 solution 2025-10-13 07:16:32 +00:00
problem-0.md should work 2025-10-09 17:21:30 +00:00
problem-1.md formatting 2025-10-10 02:15:20 +00:00
problem-2.md problem 2 formatting 2025-10-10 11:52:20 +00:00
problem-3.cpp problem-3 complete 2025-10-11 04:02:00 +00:00
problem-3.md i tried implementing pollard's rho but i dont want to 2025-10-11 03:52:48 +00:00
problem-4.c problem-4 complete 2025-10-11 05:35:06 +00:00
problem-4.md problem-4 complete 2025-10-11 05:35:06 +00:00
problem-5.md problem-5 complete 2025-10-12 01:33:23 +00:00
problem-6.md problem-9 solution 2025-10-13 05:50:04 +00:00
problem-7.md problem-9 solution 2025-10-13 05:50:04 +00:00
problem-7.zig problem-9 solution 2025-10-13 05:50:04 +00:00
problem-8.c problem-9 solution 2025-10-13 05:50:04 +00:00
problem-8.md problem-9 solution 2025-10-13 05:50:04 +00:00
problem-9.c problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-9.md problem-9 solution 2025-10-13 05:50:04 +00:00
problem-10.md problem-10 solution 2025-10-13 05:57:14 +00:00
problem-10.zig problem-10 solution 2025-10-13 05:54:01 +00:00
problem-11.cpp problem-11 solution 2025-10-13 07:16:32 +00:00
problem-11.md problem-11 solution 2025-10-13 07:16:32 +00:00
problem-12.md problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-12.zig problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-13.md problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-14.md problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-14.rs problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-15.md problem-[12..15] solutions 2025-10-13 10:05:01 +00:00
problem-16.md problem-16 solution 2025-10-13 12:31:58 +00:00
problem-16.zig problem-16 solution 2025-10-13 12:31:58 +00:00
problem-17.cpp problems 17-18 solutions 2025-10-13 23:11:53 +00:00
problem-17.md problems 17-18 solutions 2025-10-13 23:11:53 +00:00
problem-18.md problems 17-18 solutions 2025-10-13 23:11:53 +00:00
problem-18.zig problems 17-18 solutions 2025-10-13 23:11:53 +00:00
problem-19.md problems 19 solution 2025-10-14 05:51:32 +00:00
problem-19.rs problems 19 solution 2025-10-14 05:51:32 +00:00
README.md problems 19 solution 2025-10-14 05:51:32 +00:00
rust-project.json problems 19 solution 2025-10-14 05:51:32 +00:00

project-euler

i accidentally deleted all my project euler solutions so im gonna track them in this repo

i try to solve these without programming when possible. when i can't, i'll try to write a c/c++/Rust/Zig (randomly selected) solution without dependencies, though we'll see how well that goes.