Thread: IDEA: Perfect number finder

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    IDEA: Perfect number finder

    Write a program that uses the most efficient algorithm to find perfect numbers

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    79
    This is a program to find perfect numbers within a specified range(in this case, between 5 and 100).

  3. #3
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    thanks for the program, but this is a place to discuss ideas, not submit programs

    the program can be improved a bit... using mersanne(sp?) primes

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. memory issue
    By t014y in forum C Programming
    Replies: 2
    Last Post: 02-21-2009, 12:37 AM
  2. Replies: 6
    Last Post: 02-19-2009, 07:19 PM
  3. Is this the perfect input function?
    By Brain Cell in forum C Programming
    Replies: 30
    Last Post: 10-20-2004, 07:41 PM
  4. number guessing game, no idea where to start
    By karin in forum C Programming
    Replies: 9
    Last Post: 03-18-2004, 09:49 PM
  5. prime number finder.
    By Aalmaron in forum C++ Programming
    Replies: 2
    Last Post: 03-05-2004, 04:56 PM