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

Time - Hannah T #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

stpatrickschild
Copy link

Hash Table Practice

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Why is a good Hash Function Important? it reduces and collision thus it decreases the time complexity.
How can you judge if a hash function is good or not? if there are not any collisions, if its is consistent, if it is random and executes in constant time.
Is there a perfect hash function? If so what is it? I don't believe there is. I can say you can come close to good not perfect. maybe direct address?
Describe a strategy to handle collisions in a hash table chaining is one way to handle a collision. linear probing.
Describe a situation where a hash table wouldn't be as useful as a binary search tree if you need to find something in order.
What is one thing that is more clear to you on hash tables now hash table can be implemented in different ways.

@stpatrickschild stpatrickschild changed the title removed the undone method Time - Hannah T Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant