Skip to content

[US] Which crate will end up on top of each stack ? #9

@brice

Description

@brice

Description

As Santa Clause
I want to know which crate will end up on top of each stack after I reorder them
So I can give the message to the elves

Input test data

[N] [C]    
[Z] [M] [P]
1   2   3 

move 1 from 2 to 1
move 3 from 1 to 3
move 2 from 2 to 1
move 1 from 1 to 2

Will return CMZ

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