Jump to content

Something that really helps as a programmer get grips of something is working with other people. Sometimes if you do stuff on your own you start getting restrained and you don't extend. So I have a solution!

 

My idea is to post ideas and have discussion about ways to solve problems on projecteuler.net, these problems are very difficult and I can really struggle a lot of the time myself. What we can do is post ideas and test code, doesn't matter what language it's just the thought that counts. Then after we have some ideas I will port any code into an application that I will compile and run, we can problem solve and improve together.

 

The first one to do will be this one: https://projecteuler.net/problem=503

 

So from reading that I was thinking of adding probabilities together with 2 global variables which keep getting modified.

 

However that would take a long time, so I want to hear your ideas on what methods might be more practical.

Link to comment
https://linustechtips.com/topic/311338-project-euler-group-activity/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×