Skip to content

The size of the hashTable is multiple 2 after resizeTable method #150

Description

@Tarasik91

The test will fail

        hashTable.put("AaAa", 123);
        hashTable.put("BBBB", 456);
        hashTable.resizeTable(16);
        assertEquals(2, getSize());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions