Nieuws

When you write an arithmetic expression such as B * C, the form of the expression provides you with information so that you can interpret it correctly. In this case we know that the variable B is ...
In this kata your task is to differentiate a mathematical expression given as a string in prefix notation. The result should be the derivative of the expression returned in prefix notation. To ...
Typically when we write arithmetic expressions we use what is called infix notation: For example, we write ``1 + 2'' to indicate that we should use an ADDITION algorithm to add the two parameters 1 ...