madison-freeman / two-prime-numbers

Given an even number N (greater than 2), returned two prime numbers whose sum will be equal to given number. Printed only the pair whose minimum value is the smallest among all the minimum values of pairs with the minimum element first.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Given an even number N (greater than 2), returned two prime numbers whose sum will be equal to given number. Printed only the pair whose minimum value is the smallest among all the minimum values of pairs with the minimum element first.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%