Thread: [algorithm] integer factorization

  1. #1
    Amateur
    Join Date
    Sep 2003
    Posts
    228

    [algorithm] integer factorization

    Well, I am looking for an algorithm that makes an integer factorization, I'd prefer one which uses pure maths but if it cannot be...
    Don't worry, it's just that if I could find some tricks to use at school, it would be great. ^^

    Thanks for any help.

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    A good reference for math topics is MathWorld. Here it has info on prime factorisation algorithms:
    http://mathworld.wolfram.com/PrimeFa...lgorithms.html

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. Link List math
    By t014y in forum C Programming
    Replies: 17
    Last Post: 02-20-2009, 06:55 PM
  3. Looking for constructive criticism
    By wd_kendrick in forum C Programming
    Replies: 16
    Last Post: 05-28-2008, 09:42 AM
  4. No Match For Operator+ ???????
    By Paul22000 in forum C++ Programming
    Replies: 24
    Last Post: 05-14-2008, 10:53 AM
  5. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM