/Codes

Interesanting problems solved by programming

Primary LanguageJavaMIT LicenseMIT

Codes

Interesanting problems solved by programming

1. Corrector Spelling

	A scored-based algorithm which predicts the right spelling of a word.

2. Recursion problem

	A recursive algorithm which detects divisors and prime numbers of a number then
	performs a new procedure with the subtraction of the number and its primer divisors.

License: MIT