Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Xie committed Jan 15, 2016
1 parent a7f732a commit 69df62c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# iOS-elementary-number-problem-solver
# iOS Elementary Number Problem Solver

This iOS app was created to solve the following elementary number problems:
* Greatest Common Divisor
* Congruences
* Linear Congruences
* Prime Factorization
* Primality Testing
* Linear Diophantine Equations

## Screenshots
**Taken on iPhone 6 Simulator**

<img src="https://github.com/stephen29xie/iOS-elementary-number-problem-solver/blob/master/Screenshots%20%26%20Wallpapers/functionsScreenshot.png" width="300"> <img src="https://github.com/stephen29xie/iOS-elementary-number-problem-solver/blob/master/Screenshots%20%26%20Wallpapers/linearcongruencesScreenshot.png" width="300">

<img src="https://github.com/stephen29xie/iOS-elementary-number-problem-solver/blob/master/Screenshots%20%26%20Wallpapers/primesScreenshot.png" width="300"> <img src="https://github.com/stephen29xie/iOS-elementary-number-problem-solver/blob/master/Screenshots%20%26%20Wallpapers/ldeScreenshot.png" width="300">

0 comments on commit 69df62c

Please sign in to comment.