Skip to main content

Jini's Solutions to Project Euler

Computer programming is tremendous fun. Like music, it is a skill that derives from an unknown blend of innate talent and constant practice. Like drawing, it can be shaped to a variety of ends โ€“ commercial, artistic, and pure entertainment. -Larry O'Brien and Bruce Eckel in Thinking in C#

I really had and having fun with solving Project Euler problems. Project Euler is a collection of mathematical problems that needs computer programming to solve them.This site hosts solutions to Project Euler Problems solved by me. C and C++ are the programming languages that I have used.