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

Zipper exercise instructions don't match the implementation stub #532

Open
stewartmurrie opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@stewartmurrie
Copy link

stewartmurrie commented Nov 6, 2024

The instructions for the Zipper exercise discuss type structures and functions which don't align with the stub student's are asked to complete. Specifically:

  • The instructions mention a rose tree structure where nodes contain lists of children, whereas the type defined in the stub is a simple binary tree
  • The instructions include functions insert_before, insert_after, prev, next, and delete, none of which are defined in the stub
  • The stub includes functions set_left and set_right, whose behaviour isn't defined in the instructions.

The student experience would be better if the two lined up.

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

1 participant