Question: Write a function in Clojure which performs egyptian division. Define a function named egypt/that takes two arguments, the divisor and the dividend and returns the

Write a function in Clojure which performs egyptian division.
Define a function named egypt/that takes two arguments, the divisor and the dividend and returns the quotient. Example call: (egypt/1960 56) Your method should implement an iterative process. You may use neither multiplication nor division in your solution. Define a function named egypt/that takes two arguments, the divisor and the dividend and returns the quotient. Example call: (egypt/1960 56) Your method should implement an iterative process. You may use neither multiplication nor division in your solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
