Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 457 Bytes

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