Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Goel committed Jul 5, 2013
1 parent 4b3dd80 commit 6c613c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Numbers

[**Fibonacci Sequence**](https://github.com/thekarangoel/Projects/blob/master/Numbers/fibonacci.py) – Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number.

**Prime Factorization** – Have the user enter a number and find all Prime Factors (if there are any) and display them.
[**Prime Factorization**](https://github.com/thekarangoel/Projects/blob/master/Numbers/prime.py) – Have the user enter a number and find all Prime Factors (if there are any) and display them.

**Next Prime Number** – Have the program find prime numbers until the user chooses to stop asking for the next one.

Expand Down

0 comments on commit 6c613c4

Please sign in to comment.