Android Open Source - App algorithm EulerSolutions






Project Summary

Android app showing general calculations and algorithms of Project Euler questions.

Web Site / Source Repository

EulerSolutions is hosted in the following web site
https://github.com/Nightscale-/EulerSolutions

If you think the Android project EulerSolutions listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of EulerSolutions.

ItemValue
Java File Count15
Target SDK Version13
Minimum SDK Version13
Activity Count3
Fragment Count1
Raw File Namesres\raw\problem001.json
res\raw\problem002.json
res\raw\problem003.json




License

The license information of EulerSolutions is as follows:

MIT License

Java Source Files

com.eulersolutions.controllers.MainActivity.java
com.eulersolutions.controllers.ProblemPresentationActivity.java
com.eulersolutions.controllers.ProblemSelectArrayAdapter.java
com.eulersolutions.controllers.ProblemSolutionActivity.java
com.eulersolutions.controllers.SolutionDisplayFragment.java
com.eulersolutions.controllers.SolutionSelectFragment.java
com.eulersolutions.interfaces.ISelectionListener.java
com.eulersolutions.interfaces.ISolutionDisplay.java
com.eulersolutions.interfaces.ISolutionHandler.java
com.eulersolutions.model.CompletedProblems.java
com.eulersolutions.model.EvenFibonacciNmCalculator.java
com.eulersolutions.model.LargestPrimeFactorCalculator.java
com.eulersolutions.model.MultiplesABCalculator.java
com.eulersolutions.model.ProblemCalculator.java
com.eulersolutions.model.ProblemSummary.java