Choose a number, reverse its digits and add it to the original. If the sum is not a palindrome, repeat this procedure. Here you can find a C# solution for this CodeEval algorithm.

​Read Article

Write a program which determines the Mth to the last element in a list. Here you can find a C# solution for this programmatic challenge.

​Read Article

Predict the number that exists in the N-th position in a given sequence of integers (codeeval challenge). Here you will find a C# implementation of this algorithm.

​Read Article