Skip to content

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

Open
@stewartmurrie

Description

@stewartmurrie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions