Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 576 Bytes

File metadata and controls

12 lines (10 loc) · 576 Bytes

Project Euler

project_euler.cpp and project_euler.h solve Project Euler Problem 12
The code finishes running in ~42ms on an i7 10750H

Rock Paper Scissors

rock-paper-scissors.cpp is just an overengineered terminal rock paper scissors player lol

Fibonacci

very small big fibonacci number calculator in C was too lazy to make a proper printing function the output is therefore not accurate the two integers are interleaved in the same buffer for cache locality finds the 200k'th fibonacci number in 1 second