projecteuler.net - Maximum path sum Programming Software Development by Krokcy Hey! So I am having trouble with this [problem](projecteuler.net/problem=18)! Basically you have to find the path … Re: projecteuler.net - Maximum path sum Programming Software Development by castajiz_2 you will have to use another logic for you program. altough your logic is good at first if you lower your triangle (if you reduce the number of rows) then you 'll see that your solution isn't good [Click Here](http://whatis.techtarget.com/definition/greedy-algorithm) for instance: 5 1 2 9 4 5 9 7… Re: projecteuler.net - Maximum path sum Programming Software Development by Krokcy Yes! I messed up my logic there. Thank you! how to make my execution faster? optimizations? Programming Software Development by ronnieaka …. onto the problem.. i saw this programming problem on projecteuler.net and wanted to solve it for fun. i solved… link where the problem is posted. [URL="http://projecteuler.net/index.php?section=problems&id=168"]http…://projecteuler.net/index.php?section=problems&id=168[/URL]… Practice problems like Tic Tac Toe Programming Software Development by technogeek_42 [B]Moderator Note:[/B] Split from the thread [URL="http://www.daniweb.com/forums/thread67837.html"]C/C++ FAQ's and Practice Problems[/URL] [QUOTE=jetru;328964]projecteuler.net for the math freaks![/QUOTE] for math only ahmmm how about for game freak? do you have any suggestion for that like projecteuler.net Looking for new challenges. Programming Software Development by frogboy77 … time doing problems at [URL="http://www.projecteuler.net/"]http://www.projecteuler.net/[/URL] and found it quite enjoyable (and… Writing Integers into File for later read Programming Software Development by xtremerocker I'm currently working on ProjectEuler.net's problem no. 39 and it states "If … Can't sum a list: type error Programming Software Development by katamole I'm currently doing a projecteuler problem, which requires finding the sum of all the primes … Project Euler Problem 17 Programming Web Development by O71v13r …) that i try to solve on the [URL="http://projecteuler.net"]Project Euler[/URL] site. The problem is as… Convert to hexadecimal Programming Software Development by SanjitVigneshS I was attempting a problem on [URL="http://projecteuler.net/"]Project Euler[/URL] - Problem 20. Since 100! could … Finding large (2,000,000th) prime. Programming Software Development by nwhitesel … everyone! I am working my way through some problems from projecteuler.net and came across one that has stalled me. The… Euler problem 3 Programming Software Development by arete I'm trying Euler problem 3 on [url]http://projecteuler.net/[/url] for fun. I think I have a program … Challenge Question : Summing pathways Programming Software Development by mrnutty … maximum total from top to bottom in [URL="http://projecteuler.net/project/triangle.txt"]triangle.txt[/URL], a 15K… Greatest product along diagonal of a 20 by 20 grid Programming Software Development by king_koder … a list of numbers from the grid in [url]http://projecteuler.net/index.php?section=problems&id=11[/url] . Each… Beginning Lisp Help Programming Software Development by TheFrisco … number fed to the function. (Problem from the site www.projecteuler.net) As someone who is still new to the Lisp… Circular Primes Programming Software Development by Thisisnotanid … trying to solve Pb 35 on Project Euler ([url]http://projecteuler.net/index.php?section=problems&id=35[/url]). It… Reasonably fast solution of Project Euler problem 61 (under 3 ms) Programming Software Development by TrustyTony … documenting for me. Problem description can be found in: http://projecteuler.net/index.php?section=problems&id=61 Project Euler - Problem 17 Help Programming Software Development by thebigbroski … was working on Problem 17 on Project Euler: [url]http://projecteuler.net/index.php?section=problems&id=17[/url] and… Why are my values 0? Programming Software Development by thebigbroski … System.Text; using System.IO; using System.Text.RegularExpressions; namespace ProjectEuler { class Problem22 { string[] alphabet = { "a","b"… Scanner question. Programming Software Development by FlightOfGrey … is the question that I am stuck on: [url]http://projecteuler.net/index.php?section=problems&id=8[/url] basically… Websites Programming Computer Science by FlightOfGrey …? I have found this site (obviously). Project Euler ([url]http://projecteuler.net/index.php?section=problems[/url]) which I am thoroughly… dice probability problem Programming Software Development by tikoti … all, I have been doing for fun this problem in projecteuler.net. The problem is as follows: +++++++++++++++++++++++++++++++++++++++++ Peter has nine four… Re: dice probability problem Programming Software Development by TrustyTony … different outcomes from my correct solution (I am tonyjv in projecteuler also, 131 solved problems) are for debugging: Draws 865512042, pwins… Re: dice probability problem Programming Software Development by tikoti … different outcomes from my correct solution (I am tonyjv in projecteuler also, 131 solved problems) are for debugging: Draws 865512042, pwins… Find the Largest Prime Factor of a Composite Number? Programming Software Development by Falcon25 … number 600851475143?"[/B][/COLOR] The question is taken from projecteuler.net which has some challenging problems on their (not an… Gibberish txt file, good dat file Programming Software Development by efronefron I was doing a projecteuler problem. I made a program that would find all the prime numbers under 1000000 and write them all in a file. Why is that if I use the file name as "primes.txt", the result is gibberish from beginning to end, but when I use "primes.dat", the result is what I want. Please explain. Thanks :D Re: Reasonably fast solution of Project Euler problem 61 (under 3 ms) Programming Software Development by HiHe I like http://projecteuler.net/problem=59 it's actually practical. Python - Project euler question #19 Wrong answer Programming Software Development by Bhavya scripted … found an interesting problem(#19) on the project euler website - projecteuler.net The real answer is 171 and i am getting… Re: Python - Project euler question #19 Wrong answer Programming Software Development by Gribouillis One problem is that you start each year with c = 1 on the first day. Since your criterion for [sundays](http://projecteuler.net/problem=19) is `c%6 == 0`. It means that every year starts with a tuesday. Seeking for minimalistic language for programming problems website Programming Computer Science by rodion.gorkovenko … after processing some randomized data. I.e. it is resembling ProjectEuler which I admire greatly :) http://codeabbey.com/ - that is how…