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

WIP zipper: major change, adding immutability tests and node insertion tests #1314

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 31, 2018

  1. Major version change on the zipper exercise.

    We added a an insertion method to the zipper class. The main goal is
    to be able to run to run test without using an intermediate tree structure.
    
    Now the test consists in creating a tree starting from an empty zipper
    using the the atomic operations left, right, up and insert/modify/read
    node values.
    
    In the old version there were no immutability check. Immutability will
    now be an important part of students goals.
    cglacet committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    2a704cb View commit details
    Browse the repository at this point in the history
  2. Major version change on the zipper exercise.

    We added a an insertion method to the zipper class. The main goal is
    to be able to run to run test without using an intermediate tree structure.
    
    Now the test consists in creating a tree starting from an empty zipper
    using the the atomic operations left, right, up and insert/modify/read
    node values.
    
    In the old version there were no immutability check. Immutability will
    now be an important part of students goals.
    cglacet committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    4aa07b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    8d04a25 View commit details
    Browse the repository at this point in the history