Anjin Yahya Jonathan Hendel's Blog
27 April 2017
Is Infinite Process?
My solution:
bool
isInfiniteProcess(
int
a,
int
b) {
return
a > b || Math.Abs(a - b) % 2 == 1; }
Previous
Next
Newer Post
Older Post
Home
Datenschutzerklärung
Impressum