Skip to content

Q2_01 Use HashSet<int> instead #10

Description

@masantiago

Class: Q2_01_Remove_Dups.cs
Method: DeleteDupsA( )

Use of HashSet instead of Dictionary simplifies better in C#:

var table = new HashSet<int>();

Needed to change the Contains and Add methods below.

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