Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tarasik91 opened this issue Nov 8, 2022 · 0 comments
Open

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

Tarasik91 opened this issue Nov 8, 2022 · 0 comments

Comments

@Tarasik91
Copy link

Tarasik91 commented Nov 8, 2022

The test will fail

        hashTable.put("AaAa", 123);
        hashTable.put("BBBB", 456);
        hashTable.resizeTable(16);
        assertEquals(2, getSize());
@shryhus shryhus added this to To do in Java Fundamentals Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant