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

Earth/Taylor #35

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

Conversation

TaylorMililani
Copy link

Hash Table Practice

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Why is a good Hash Function Important? fast lookup
How can you judge if a hash function is good or not? number of collisions
Is there a perfect hash function? If so what is it? yes, one without collisions
Describe a strategy to handle collisions in a hash table find the next empty bucket for collided item
Describe a situation where a hash table wouldn't be as useful as a binary search tree a bst is more memory efficient so it is more useful when working with large amounts of data if space is an issue, also hash tables cant traverse and list items in order
What is one thing that is more clear to you on hash tables now they can be more efficient than trees at lookups

@TaylorMililani TaylorMililani changed the title didnt finish sudoku Earth/Taylor Jul 20, 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