Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 28-07-2008, 08:15 PM   #1 (permalink)
=--=l33t=--=
 
ring_wraith's Avatar
 
Join Date: Oct 2007
Location: In Limbo
Posts: 722
Default The Project Euler Thread


Project Euler is is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.

Considering the fact that we have quite a few code junkies here at the Digit Forum, I was thinking maybe we should embark on a journey to solve all of Project Euler's extremely different programs.

Remember, this is a joint effort! Share what you know!

I'm done with the first Nine problems. If someone needs any help with those, holler.
__________________
Homer: God bless those pagans.

Last edited by ring_wraith; 28-07-2008 at 08:57 PM.
ring_wraith is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 28-07-2008, 09:01 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: The Project Euler Thread

Isn't it already there in that competitions thread that has been stickied?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-07-2008, 09:31 PM   #3 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: The Project Euler Thread

A small request though, please don't post a direct spoiler. Never the formula. Takes all the juice of that place out.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 29-07-2008, 02:02 AM   #4 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: The Project Euler Thread

Quote:
A small request though, please don't post a direct spoiler. Never the formula. Takes all the juice of that place out.
I agree. Direction and hints are ok in my view but never ever the solution or a direct answer. It rips out the pleasure in finding the answer yourself.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 29-07-2008, 09:25 PM   #5 (permalink)
=--=l33t=--=
 
ring_wraith's Avatar
 
Join Date: Oct 2007
Location: In Limbo
Posts: 722
Default Re: The Project Euler Thread

Totally.
__________________
Homer: God bless those pagans.
ring_wraith is offline  
Old 13-08-2008, 08:17 PM   #6 (permalink)
Wise Old Owl
 
hullap's Avatar
 
Join Date: Dec 2006
Location: delhi
Posts: 1,429
Default Re: The Project Euler Thread

^ reported
hullap is offline  
Old 14-08-2008, 03:20 AM   #7 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,474
Default Re: The Project Euler Thread

OMG WTF? this guy managed to post 10 spams and still unbanned
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 26-10-2008, 12:13 PM   #8 (permalink)
Always confused
 
vamsi360's Avatar
 
Join Date: May 2008
Location: Mandriva Control Center
Posts: 349
Default Re: The Project Euler Thread

Hello everyone.....

You can use the following thread to post your opinions

http://www.thinkdigit.com/forum/show...018#post975018

Look into it and post if you like....its different.
__________________
Vamsi Subhash
visit my blog at www.vamsisubhash.co.cc and taste a bit of IT!
vamsi360 is offline  
Old 27-10-2008, 07:38 PM   #9 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: The Project Euler Thread

Okay. No Solutions please. I am on 26 out of 214... Want to do some more.... No time :'(
__________________
--- Console Junkie
aditya.shevade is offline  
Old 04-11-2008, 09:44 PM   #10 (permalink)
Traceur
 
zegulas's Avatar
 
Join Date: Oct 2003
Location: Mumbai
Posts: 276
Default Re: The Project Euler Thread

Hey, please someone give the solution to problem 3, in C.
__________________
Parkour: A journey started by two & followed by many...
zegulas is offline  
Old 04-11-2008, 09:55 PM   #11 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: The Project Euler Thread

Skip problems you can't solve. Its not necessary to go in numeric order.

Read up on prime factorization algorithms (Easy ones would do) while you're at it. You can decompose that number and solve it.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 04-11-2008, 10:14 PM   #12 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: The Project Euler Thread

Quote:
Hey, please someone give the solution to problem 3, in C.
As a teacher may I recommend one thing. Don't weasel your way through the questions. What good does it do? You don't learn a thing from it and basically you are cheating yourself out of the learning experience. QwertyM has given you a good clue which if you use should give you the answer quite easily.

Maybe if you had a certain question someone could help you further with it .
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 05-11-2008, 07:15 PM   #13 (permalink)
Mad and Furious
 
redhat's Avatar
 
Join Date: May 2006
Location: Visual Basic 6.0
Posts: 453
Default Re: The Project Euler Thread

Would anyone please suggest some help on question 4. Largest palindrome as product of two three digit numbers. I do not wish to use brute force and i cant come up with any idea. I tried searching but i found only spoilers and i dont want them
__________________
My new Tech Blog : http://technewspaper.blogspot.com/
redhat is offline  
Old 05-11-2008, 07:33 PM   #14 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: The Project Euler Thread

Express a palindromic number (Its but a simple pattern of mirrored variables?) as a linear equation on a piece of paper and stare at it for some time. Next, use your elite linear equation solving skills to process it to a tidy small equation, and in around next 0.5 minutes of CPU utilization, you should get the answer.

Also use the hint given in the question. Largest.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-11-2008, 02:12 AM   #15 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: The Project Euler Thread

^^ 0.5 minutes is HUGE... if should be 0.5 cycles (which is impossible, I know )
__________________
--- Console Junkie
aditya.shevade is offline  
Old 06-11-2008, 06:43 PM   #16 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: The Project Euler Thread

Well I just assumed he's running it on your tiny microprocessor kit
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 09-11-2008, 04:20 PM   #17 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: The Project Euler Thread

yeah yeah... don't go there... .microprocessors and microcontrollers are for me and meowww... you go and play with your languages and NaCl
__________________
--- Console Junkie
aditya.shevade is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Project !! bajaj151 Chit-Chat 5 16-10-2007 01:22 PM
Help for Web Project bazigaar_no_1 QnA (read only) 2 26-06-2007 11:02 PM
A Good Project in PHP for my college project debiprasad_sahoo Open Source 8 15-12-2006 05:31 PM
project in c\c++ shivi4 QnA (read only) 8 05-10-2005 11:19 PM
Project IGI [Project Repair] upendra_gp Gamerz 6 12-06-2005 09:28 AM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:07 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2