We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • Hackerrank Home
  • Practice
  • Certification
  • Compete
  • Career Fair
  • Hiring developers?
  1. Practice
  2. Functional Programming
  3. Introduction
  4. Lambda Calculus - Reductions #4

Lambda Calculus - Reductions #4

Problem
Submissions
Leaderboard
Discussions

Reduce the following expression, using the beta-rule, to no more than one term. If the expression cannot be reduced, enter "CAN'T REDUCE".

(λg.((λf.((λx.(f (x x)))(λx.(f (x x))))) g)) 

Your answer should look like:

u

(This is not the actual answer, just a demonstration of how you should present it.)

Author

PRASHANTB1984

Difficulty

Medium

Max Score

5

Submitted By

5520

Need Help?


View discussions
View top submissions

rate this challenge

MORE DETAILS

Download problem statement
Download sample test cases
Suggest Edits
  • Contest Calendar
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy
  • Request a Feature