Project Euler

I'm slowly updating this minisite with my solutions, but, unfortunately at this point I only have my last few:

Problem 13 (Text) | Problem 13 (.py)

Specification.

Problem 35 (Text) | Problem 35 (.java)

Specification.

Problem 11 (Text) | Problem 11 (.java)

Specification.

Problem 34 (Text) | Problem 34 (.py)

Specification.

20th Project Euler problem solved :)

Problem 21 (Text) | Problem 21 (.c)

Specification.

Caution: when compiling under GCC, make sure you use -lm as I use the library. ex: $ gcc problem21.c -lm

Problem 22

Specification.

Problem 37

Specification.
1)These solutions are presented as text files. Makes sure that you compile under what language is specified (probably mostly Java or C in my case). Please enjoy the solutions as they are open to all to share and to use. 2)Please, please, please let me know if you see any mistakes or bad programming practices. As a CS student, I'd like to get better at programming and can only do that with feedback :P