azampagl / euler

Solved Project Euler Problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

euler

Solved Project Euler problems.

The python solutions for each problem are encrypted with the answer.

In order to decrypt the file, use OpenSSL and decrypt using AES 128 CBC.

openssl aes-128-cbc -d -in solution01.pye -out solution01.py

About

Solved Project Euler Problems.

License:Other