Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zebras puzzle #24

Open
csdrane opened this issue Nov 21, 2014 · 1 comment
Open

Zebras puzzle #24

csdrane opened this issue Nov 21, 2014 · 1 comment

Comments

@csdrane
Copy link

csdrane commented Nov 21, 2014

Overall I found this to be a great introduction to the package. However, I found the final example given to be quite frustrating. It could really benefit from some explanation of how the solution works, rather than just throwing out the code and saying, look what you can do if you study this further! Some of the syntax that it uses appears to be undocumented. Specifically, I think the righto function deserves explanation. Best as I can guess, the period used is related to lcons, which also isn't discussed in the tutorial. Nor are implicit variables. Nor defne. Lastly, I'm somewhat lost on how the recursion is working.

@ashu-22
Copy link

ashu-22 commented Jun 17, 2017

Recursion work on doing the same thing again and again in the same manner.It is work like just an iteration procedure.But it is not iteration itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants