Lambda Calculus – Evaluating Expressions #5 – HackerRank Solution

In this post, we will solve Lambda Calculus – Evaluating Expressions #5 HackerRank Solution. This problem (Lambda Calculus – Evaluating Expressions #5) is a part of HackerRank Functional Programming series.

Task

Compute the value of λx.λy.y.

The required answer is an integer, which you may enter in the text box. Do not leave any leading or trailing spaces.

Solution – Lambda Calculus – Evaluating Expressions #5

0

Note: This problem (Lambda Calculus – Evaluating Expressions #5) is generated by HackerRank but the solution is provided by CodingBroz. This tutorial is only for Educational and Learning purpose.

Leave a Comment

Your email address will not be published. Required fields are marked *