Skip to content

Potential problem #7

@justinmeiners

Description

@justinmeiners

I don't know if you are looking for feedback or not. If not, ignore this. I have used your answers when I get stuck or am looking for alternative implementations.

(output (intersection-set (list 1 2 3 1 1 7 7) (list 2 3 4 1 1 7)))

What happens when the duplicates are in list b instead of list a? Example;
(intersection-set (list 1 2 3 1 1 7) (list 2 3 4 1 1 7 7))

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