-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Henrik Kjelsberg edited this page Dec 5, 2013
·
7 revisions
There are some really great resources showing up on the interwebs about programming lately, my favorite being learnxinyminutes.com. I also really like the idea behind projecteuler, but I'd like to compare my solutions with others and learn better ways of solving the problems. The only way to do that is to start sharing among us.
Ideally, we will end up with the optimal solution to each problem for every language out there. We can do that by discussing and voting among gists and issues. I really hope to see this resource flourish, so please contribute.
Language | Problem | Solution | Guilty |
---|---|---|---|
C | 1. Multiples of 3 and 5 | 233168 | hkjels |
C | 2. Even Fibonacci numbers | 4613732 | hkjels |
JavaScript | 1. Multiples of 3 and 5 | 233168 | hkjels |
JavaScript | 2. Even Fibonacci numbers | 4613732 | hkjels |
Haskell | 1. Multiples of 3 and 5 | 233168 | hkjels |
Haskell | 2. Even Fibonacci numbers | 4613732 | hkjels |