-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stephen Xie
committed
Jan 15, 2016
1 parent
a7f732a
commit 69df62c
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |