Skip to content

Align matching to grid #43

Description

@ReeseHatfield

matching should have its output aligned to a grid to prevent situations like this

#exams.matching(
  [Match each of the following ADTs to its *_most appropriate_* use case:], points: 6,
  (
    ([List], [A video game wants each player to have an inventory where items can be stored and accessed at will]),
    ([Stack], [A browser wants to keep track of browsing history by showing the most recently visited site first]),
    ([Queue], [A customer service center wants their system to handle calls in the order in which they come in]),
    ([PriorityQueue], [An emergency room wants to handle patients according to the severity of their ailment]),
    ([Set], [A card collector wants to ensure they only add cards they don't own yet to their collection]),
    ([Map], [A college wants to keep track of each student and their corresponding license plate number]),
  )
)
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions